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 | 縞私蘗 | 100011101100100010001110100001001001111101000001 | 8ec88e849f41 |
EUC-JP | 縞私蘗 | 101111001100101010111011111001001101110110100010 | bccabbe4dda2 |
UTF-8 | 縞私蘗 | 111001111011100010011110111001111010011110000001111010001001100010010111 | e7b89ee7a781e89897 |
UHC | 縞私蘗 | 111110111101011011011110111001111101110010100010 | fbd6dee7dca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)