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 | 0011111110011100101011000011111101000010 | 3f9cac3f42 |
EUC-JP | ?悽焰B | 00111111110110001010111010001111110010011110111101000010 | 3fd8ae8fc9ef42 |
UTF-8 | 뤋悽焰B | 11101011101001001000101111100110100000101011110111100111100001001011000001000010 | eba48be682bde784b042 |
UHC | 뤋悽焰B | 10001111101110111111010010100100111001101111101101000010 | 8fbbf4a4e6fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)