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 | 遜達棚 | 100100011011101110010010010000101001001001001001 | 91bb92429249 |
EUC-JP | 遜達棚 | 110000101011110111000011101000111100001110101010 | c2bdc3a3c3aa |
UTF-8 | 遜達棚 | 111010011000000110011100111010011000000110010100111001101010001110011010 | e9819ce98194e6a39a |
UHC | 遜達棚 | 111000011110000111010011101110011101110111011100 | e1e1d3b9dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)