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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 蜊ィ螻繊h | 1110010110001101101010001110010110110001100100010100000001101000 | e58da8e5b1914068 |
EUC-JP | 蜊ィ螻繊h | 111010011110110110001110101010001110101010110011110000011010000101101000 | e9ed8ea8eab3c1a168 |
UTF-8 | 蜊ィ螻繊h | 11101000100111001000101011101111101111011010100011101000100111101011101111100111101110011000101001101000 | e89c8aefbda8e89ebbe7b98a68 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)