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 | 雜咎國 | 111010001011011010011001111010011001101010100000 | e8b699e99aa0 |
EUC-JP | 雜咎國 | 111100001011100011010010111010111101010010100010 | f0b8d2ebd4a2 |
UTF-8 | 雜咎國 | 111010011001101110011100111001011001001010001110111001011001110010001011 | e99b9ce5928ee59c8b |
UHC | 雜咎國 | 111011011101101011001111101001001100111111010000 | eddacfa4cfd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)