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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | 塡?h塡? | 100011111011100010110100001111110110100010001111101110001011010000111111 | 8fb8b43f688fb8b43f |
UTF-8 | 塡굅h塡굅 | 11100101101000011010000111101010101101011000010101101000111001011010000110100001111010101011010110000101 | e5a1a1eab58568e5a1a1eab585 |
UHC | 塡굅h塡굅 | 111011101111001110110001101100000110100011101110111100111011000110110000 | eef3b1b068eef3b1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)