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 | ヘ砒錚 | 1100110111100001111001011110100001000010 | cde1e5e842 |
EUC-JP | ヘ砒錚 | 100011101100110111100010111001111110111110100011 | 8ecde2e7efa3 |
UTF-8 | ヘ砒錚 | 111011111011111010001101111001111010000010010010111010011000110010011010 | efbe8de7a092e98c9a |
UHC | ?砒錚 | 0011111111011101111101111110111010110110 | 3fddf7eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)