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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 淏?淏?B | 11111011010000100011111111111011010000100011111101000010 | fb423ffb423f42 |
EUC-JP | 淏?淏?B | 100011111100011111011001001111111000111111000111110110010011111101000010 | 8fc7d93f8fc7d93f42 |
UTF-8 | 淏렔淏렔B | 11100110101101111000111111101011101000001001010011100110101101111000111111101011101000001001010001000010 | e6b78feba094e6b78feba09442 |
UHC | 淏렔淏렔B | 111110111100100010001110101010011111101111001000100011101010100101000010 | fbc88ea9fbc88ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)