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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??序ア?? | 0011111100111111100011111001100010000011010000010011111100111111 | 3f3f8f9883413f3f |
EUC-JP | ??序ア?? | 0011111100111111101111011111100010100101101000100011111100111111 | 3f3fbdf8a5a23f3f |
UTF-8 | 룴점序ア룶큚 | 111010111010001110110100111011001010000010010000111001011011101010001111111000111000001010100010111010111010001110110110111011011000000110011010 | eba3b4eca090e5ba8fe382a2eba3b6ed819a |
UHC | 룴점序ア룶큚 | 100011111010100111000001101000011101111111101101101010111010001010001111101010111011010001101000 | 8fa9c1a1dfedaba28fabb468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)