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 | ?E?B | 00111111010001010011111101000010 | 3f453f42 |
SJIS-WIN | 哭E鶺B | 100110100100110001000101111010100101010001000010 | 9a4c45ea5442 |
EUC-JP | 哭E鶺B | 110100111010110101000101111100111011010101000010 | d3ad45f3b542 |
UTF-8 | 哭E鶺B | 1110010110010011101011010100010111101001101101101011101001000010 | e593ad45e9b6ba42 |
UHC | 哭E?B | 1100110111010110010001010011111101000010 | cdd6453f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)