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 | 瓷畍燧 | 111000010100100111100001010101111110000010011100 | e149e157e09c |
EUC-JP | 瓷畍燧 | 111000011010101011100001101110001101111111111100 | e1aae1b8dffc |
UTF-8 | 瓷畍燧 | 111001111001001110110111111001111001010110001101111001111000011110100111 | e793b7e7958de787a7 |
UHC | 瓷?燧 | 1110110110110110001111111110001010101100 | edb63fe2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)