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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??ギ??ァh | 001111110011111110000011010011010011111100111111100000110100000001101000 | 3f3f834d3f3f834068 |
EUC-JP | ??ギ??ァh | 001111110011111110100101101011100011111100111111101001011010000101101000 | 3f3fa5ae3f3fa5a168 |
UTF-8 | 룶쾹ギ룶콓ァh | 11101011101000111011011011101100101111101011100111100011100000101010111011101011101000111011011011101100101111011001001111100011100000101010000101101000 | eba3b6ecbeb9e382aeeba3b6ecbd93e382a168 |
UHC | 룶쾹ギ룶콓ァh | 10001111101010111011001010001111101010111010111010001111101010111011000110001111101010111010000101101000 | 8fabb28fabae8fabb18faba168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)