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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 摯????迂 | 1001110110010101001111110011111100111111001111111000100101001001 | 9d953f3f3f3f8949 |
EUC-JP | 摯????迂 | 1101100111110101001111110011111100111111001111111011000110101010 | d9f53f3f3f3fb1aa |
UTF-8 | 摯쿄렫븜눅迂 | 111001101001000110101111111011001011111110000100111010111010000010101011111010111011100010011100111010111000100010000101111010001011111110000010 | e691afecbf84eba0abebb89ceb8885e8bf82 |
UHC | 摯쿄렫븜눅迂 | 111100101010011111000100111011001000111010111001101110101110111010110100101010101110100111100110 | f2a7c4ec8eb9baeeb4aae9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)