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 | ????cZ | 001111110011111100111111001111110110001101011010 | 3f3f3f3f635a |
SJIS-WIN | ?謁?蝸cZ | 0011111110001001011110010011111111100101100101110110001101011010 | 3f89793fe597635a |
EUC-JP | ?謁?蝸cZ | 0011111110110001110110100011111111101001111101110110001101011010 | 3fb1da3fe9f7635a |
UTF-8 | 솝謁섐蝸cZ | 1110110010000110100111011110100010101100100000011110110010000100100100001110100010011101101110000110001101011010 | ec869de8ac81ec8490e89db8635a |
UHC | 솝謁섐蝸cZ | 10111100110110011110010011010111101111001010101111101000110001000110001101011010 | bcd9e4d7bcabe8c4635a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)