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 | 額低鉞 | 100010100111101010010010111000011110011111100110 | 8a7a92e1e7e6 |
EUC-JP | 額低鉞 | 101100111101101111000100111000111110111011101000 | b3dbc4e3eee8 |
UTF-8 | 額低鉞 | 111010011010000110001101111001001011110110001110111010011000100110011110 | e9a18de4bd8ee9899e |
UHC | 額低鉞 | 111001001111111011101110101110001110101011000111 | e4feeeb8eac7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)