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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?鉀裝 | 0011111111111011110001011110010111100100 | 3ffbc5e5e4 |
EUC-JP | ?鉀裝 | 001111111000111111100011110110001110101011100110 | 3f8fe3d8eae6 |
UTF-8 | 뤦鉀裝 | 111010111010010010100110111010011000100110000000111010001010001110011101 | eba4a6e98980e8a39d |
UHC | 뤦鉀裝 | 100011111101010011001011101001011110110111111011 | 8fd4cba5edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)