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 | 娃??曜? | 10001000101000010011111100111111100101110110101000111111 | 88a13f3f976a3f |
EUC-JP | 娃??曜? | 10110000101000110011111100111111110011011100101100111111 | b0a33f3fcdcb3f |
UTF-8 | 娃됪뿧曜쟛 | 111001011010100010000011111010111001000010101010111010111011111110100111111001101001101110011100111011001001111110011011 | e5a883eb90aaebbfa7e69b9cec9f9b |
UHC | 娃됪뿧曜쟛 | 11101000110111111000100111100110100101111010011111101000111110001010000001011001 | e8df89e697a7e8f8a059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)