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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釋曜薯 | 111001111101011110010111011010101000111110010010 | e7d7976a8f92 |
EUC-JP | 釋曜薯 | 111011101101100111001101110010111011110111110010 | eed9cdcbbdf2 |
UTF-8 | 釋曜薯 | 111010011000011110001011111001101001101110011100111010001001011010101111 | e9878be69b9ce896af |
UHC | 釋曜薯 | 111000001011011111101000111110001110000010100011 | e0b7e8f8e0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)