To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
SJIS-WIN | 爰?O仲??? | 111000001010011100111111010011111001001010000111001111110011111100111111 | e0a73f4f92873f3f3f |
EUC-JP | 爰?O仲??? | 111000001010100100111111010011111100001111100111001111110011111100111111 | e0a93f4fc3e73f3f3f |
UTF-8 | 爰렚O仲쮸렑렕 | 11100111100010001011000011101011101000001001101001001111111001001011101110110010111011001010111010111000111010111010000010010001111010111010000010010101 | e788b0eba09a4fe4bbb2ecaeb8eba091eba095 |
UHC | 爰렚O仲쮸렑렕 | 11101010101110101000111010101101010011111111000111101010110000101110100110001110101001101000111010101010 | eaba8ead4ff1eac2e98ea68eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)