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 | 隰斟ケ | 1110100010101100100111011100111010111001 | e8ac9dceb9 |
EUC-JP | 隰斟ケ | 111100001010111011011010110100001000111010111001 | f0aedad08eb9 |
UTF-8 | 隰斟ケ | 111010011001101010110000111001101001011010011111111011111011110110111001 | e99ab0e6969fefbdb9 |
UHC | ?斟? | 00111111111100101111100000111111 | 3ff2f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)