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 | 鱆ヌマ | 11101001111000011100011111001111 | e9e1c7cf |
EUC-JP | 鱆ヌマ | 111100101110001110001110110001111000111011001111 | f2e38ec78ecf |
UTF-8 | 鱆ヌマ | 111010011011000110000110111011111011111010000111111011111011111010001111 | e9b186efbe87efbe8f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)