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 | 湜帶貎 | 111110110100011110011011111001101110011010111101 | fb479be6e6bd |
EUC-JP | 湜帶貎 | 10001111110001111111110011010110111010001110110010111111 | 8fc7fcd6e8ecbf |
UTF-8 | 湜帶貎 | 111001101011100110011100111001011011100010110110111010001011001010001110 | e6b99ce5b8b6e8b28e |
UHC | 湜帶? | 1110001111010111110100111110000100111111 | e3d7d3e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)