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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 小泄堯紆堯 | 10001111101011001001111110010101111010101001111111100010111111001110101010011111 | 8fac9f95ea9fe2fcea9f |
EUC-JP | 小泄堯紆堯 | 10111110101011101101110111110101111101001010000111100100111111101111010010100001 | beaeddf5f4a1e4fef4a1 |
UTF-8 | 小泄堯紆堯 | 111001011011000010001111111001101011001110000100111001011010000010101111111001111011010010000110111001011010000010101111 | e5b08fe6b384e5a0afe7b486e5a0af |
UHC | 小泄堯紆堯 | 11100001101100111110000011011100111010001110101111101001111000011110100011101011 | e1b3e0dce8ebe9e1e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)