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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 鴦猜G | 1110100111110001111000001100100001000111 | e9f1e0c847 |
EUC-JP | 鴦猜G | 1111001011110011111000001100101001000111 | f2f3e0ca47 |
UTF-8 | 鴦猜G | 11101001101101001010011011100111100011001001110001000111 | e9b4a6e78c9c47 |
UHC | 鴦猜G | 1110010011101100111000111100010001000111 | e4ece3c447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)