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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 腸??h腸?? | 100100101011000000111111001111110110100010010010101100000011111100111111 | 92b03f3f6892b03f3f |
EUC-JP | 腸??h腸?? | 110001001011001000111111001111110110100011000100101100100011111100111111 | c4b23f3f68c4b23f3f |
UTF-8 | 腸얗깡h腸얗깡 | 11101000100001011011100011101100100101101001011111101010101110011010000101101000111010001000010110111000111011001001011010010111111010101011100110100001 | e885b8ec9697eab9a168e885b8ec9697eab9a1 |
UHC | 腸얗깡h腸얗깡 | 11101101111100111011111011101001101100011111100001101000111011011111001110111110111010011011000111111000 | edf3bee9b1f868edf3bee9b1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)