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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??序ィ□ | 0011111100111111100011111001100010000011010000101000000110100000 | 3f3f8f98834281a0 |
EUC-JP | ??序ィ□ | 0011111100111111101111011111100010100101101000111010001010100010 | 3f3fbdf8a5a3a2a2 |
UTF-8 | 룶깹序ィ□ | 111010111010001110110110111010101011100110111001111001011011101010001111111000111000001010100011111000101001011010100001 | eba3b6eab9b9e5ba8fe382a3e296a1 |
UHC | 룶깹序ィ□ | 10001111101010111011001010100001110111111110110110101011101000111010000111100000 | 8fabb2a1dfedaba3a1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)