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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鱆盖穩盖 | 1110100111100001111000011011001111100010011100101110000110110011 | e9e1e1b3e272e1b3 |
EUC-JP | 鱆盖穩盖 | 1111001011100011111000101011010111100011110100111110001010110101 | f2e3e2b5e3d3e2b5 |
UTF-8 | 鱆盖穩盖 | 111010011011000110000110111001111001101110010110111001111010100110101001111001111001101110010110 | e9b186e79b96e7a9a9e79b96 |
UHC | ?盖穩盖 | 00111111110010111100110011101000101100011100101111001100 | 3fcbcce8b1cbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)