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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 衍?????B | 1001111110100101001111110011111100111111001111110011111101000010 | 9fa53f3f3f3f3f42 |
EUC-JP | 衍?????B | 1101111010100111001111110011111100111111001111110011111101000010 | dea73f3f3f3f3f42 |
UTF-8 | 衍꾢뤀歷쇔쳣B | 11101000101000011000110111101010101111101010001011101011101001001000000011101111101001101000110011101100100001111001010011101100101100111010001101000010 | e8a18deabea2eba480efa68cec8794ecb3a342 |
UHC | 衍꾢뤀歷쇔쳣B | 11100110111000101000010011100101100011111011000111100110101110001011110011100101101010111000100101000010 | e6e284e58fb1e6b8bce5ab8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)