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 | 摯???悌迂 | 100111011001010100111111001111110011111110010010111011101000100101001001 | 9d953f3f3f92ee8949 |
EUC-JP | 摯???悌迂 | 110110011111010100111111001111110011111111000100111100001011000110101010 | d9f53f3f3fc4f0b1aa |
UTF-8 | 摯쿄렫블悌迂 | 111001101001000110101111111011001011111110000100111010111010000010101011111010111011100010010100111001101000001010001100111010001011111110000010 | e691afecbf84eba0abebb894e6828ce8bf82 |
UHC | 摯쿄렫블悌迂 | 111100101010011111000100111011001000111010111001101110101110110111110000101010101110100111100110 | f2a7c4ec8eb9baedf0aae9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)