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 | ìçZhìçZ | 100110111110110011100111010110100110100010011011111011001110011101011010 | 9bece75a689bece75a |
SJIS-WIN | ???Zh???Z | 001111110011111100111111010110100110100000111111001111110011111101011010 | 3f3f3f5a683f3f3f5a |
EUC-JP | ?ìçZh?ìçZ | 0011111110001111101010111100000010001111101010111010111001011010011010000011111110001111101010111100000010001111101010111010111001011010 | 3f8fabc08fabae5a683f8fabc08fabae5a |
UTF-8 | ìçZhìçZ | 110000101001101111000011101011001100001110100111010110100110100011000010100110111100001110101100110000111010011101011010 | c29bc3acc3a75a68c29bc3acc3a75a |
UHC | ???Zh???Z | 001111110011111100111111010110100110100000111111001111110011111101011010 | 3f3f3f5a683f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)