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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 獏伉濱B | 11100000110100011001100011000010111000000101111101000010 | e0d198c2e05f42 |
EUC-JP | 獏伉濱B | 11100000110100111101000011000100110111111100000001000010 | e0d3d0c4dfc042 |
UTF-8 | 獏伉濱B | 11100111100011011000111111100100101111001000100111100110101111111011000101000010 | e78d8fe4bc89e6bfb142 |
UHC | ?伉濱B | 001111111111100111110010110111101011010001000010 | 3ff9f2deb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)