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 | 迹壼攘 | 111001111001000110011010111001011001110110110101 | e7919ae59db5 |
EUC-JP | 迹壼攘 | 111011011111000111010100111001111101101010110111 | edf1d4e7dab7 |
UTF-8 | 迹壼攘 | 111010001011111110111001111001011010001110111100111001101001010010011000 | e8bfb9e5a3bce69498 |
UHC | 迹?攘 | 1110111011101001001111111110010111000001 | eee93fe5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)