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 | 11100100101110011001100011101100100100111001010101000010 | e4b998ec939542 |
EUC-JP | 荵們燈B | 11101000101110111101000011101110110001011111010101000010 | e8bbd0eec5f542 |
UTF-8 | 荵們燈B | 11101000100011011011010111100101100000001001000111100111100001111000100001000010 | e88db5e58091e7878842 |
UHC | ?們燈B | 001111111101100111111010110101001111001101000010 | 3fd9fad4f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)