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 | 擾→じ | 100011111110111110000001101010001000001010110110 | 8fef81a882b6 |
EUC-JP | 擾→じ | 101111101111000110100010101010101010010010111000 | bef1a2aaa4b8 |
UTF-8 | 擾→じ | 111001101001001110111110111000101000011010010010111000111000000110011000 | e693bee28692e38198 |
UHC | 擾→じ | 111010001111011010100001111001101010101010111000 | e8f6a1e6aab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)