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 | 蔗焔ぃ襄碁 | 11100100111100101000100110001011100000101010000111100101111101011000110011101001 | e4f2898b82a1e5f58ce9 |
EUC-JP | 蔗焔ぃ襄碁 | 11101000111101001011000111101011101001001010001111101010111101111011100011101011 | e8f4b1eba4a3eaf7b8eb |
UTF-8 | 蔗焔ぃ襄碁 | 111010001001010010010111111001111000010010010100111000111000000110000011111010001010010110000100111001111010001010000001 | e89497e78494e38183e8a584e7a281 |
UHC | 蔗?ぃ襄碁 | 111011011011110100111111101010101010001111100101110100011101000110110011 | edbd3faaa3e5d1d1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)