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 | 種?い | 1000111011101101001111111000001010100010 | 8eed3f82a2 |
EUC-JP | 種?い | 1011110011101111001111111010010010100100 | bcef3fa4a4 |
UTF-8 | 種랐い | 111001111010100010101110111010111001111010010000111000111000000110000100 | e7a8aeeb9e90e38184 |
UHC | 種랐い | 111100001111101010110110111110101010101010100100 | f0fab6faaaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)