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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 節?2x | 100100001101111100111111100000100101000101111000 | 90df3f825178 |
EUC-JP | 節?2x | 110000001110000100111111101000111011001001111000 | c0e13fa3b278 |
UTF-8 | 節꿨2x | 11100111101011111000000011101010101111111010100011101111101111001001001001111000 | e7af80eabfa8efbc9278 |
UHC | 節꿨2x | 11101111101111011011001011100101101000111011001001111000 | efbdb2e5a3b278 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)