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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 腸??h腸 | 10010010101100000011111100111111011010001001001010110000 | 92b03f3f6892b0 |
EUC-JP | 腸??h腸 | 11000100101100100011111100111111011010001100010010110010 | c4b23f3f68c4b2 |
UTF-8 | 腸얗깡h腸 | 11101000100001011011100011101100100101101001011111101010101110011010000101101000111010001000010110111000 | e885b8ec9697eab9a168e885b8 |
UHC | 腸얗깡h腸 | 111011011111001110111110111010011011000111111000011010001110110111110011 | edf3bee9b1f868edf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)