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 | 跼吃跼 | 111001101111000010001011011010001110011011110000 | e6f08b68e6f0 |
EUC-JP | 跼吃跼 | 111011001111001010110101110010011110110011110010 | ecf2b5c9ecf2 |
UTF-8 | 跼吃跼 | 111010001011011110111100111001011001000010000011111010001011011110111100 | e8b7bce59083e8b7bc |
UHC | ?吃? | 00111111111111011101111000111111 | 3ffdde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)