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 | 倭??曜ゅ | 1001100001100000001111110011111110010111011010101000001011100011 | 98603f3f976a82e3 |
EUC-JP | 倭??曜ゅ | 1100111111000001001111110011111111001101110010111010010011100101 | cfc13f3fcdcba4e5 |
UTF-8 | 倭뗰쉼曜ゅ | 111001011000000010101101111010111001011110110000111011001000100110111100111001101001101110011100111000111000001010000101 | e580adeb97b0ec89bce69b9ce38285 |
UHC | 倭뗰쉼曜ゅ | 11101000110111101000101111101111101111011011000011101000111110001010101011100101 | e8de8befbdb0e8f8aae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)