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 | 邪蔀 | 111100001011100110001110110101111000111011000001 | f0b98ed78ec1 |
EUC-JP | ?邪蔀 | 0011111110111100110110011011110011000011 | 3fbcd9bcc3 |
UTF-8 | 邪蔀 | 111011101000000110111000111010011000001010101010111010001001010010000000 | ee81b8e982aae89480 |
UHC | ?邪? | 00111111110111101111011100111111 | 3fdef73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)