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 | 谿賀ケ | 1110011010101110100010011110101010111001 | e6ae89eab9 |
EUC-JP | 谿賀ケ | 111011001011000010110010111011001000111010111001 | ecb0b2ec8eb9 |
UTF-8 | 谿賀ケ | 111010001011000010111111111010001011001110000000111011111011110110111001 | e8b0bfe8b380efbdb9 |
UHC | 谿賀? | 1100110110101100111110011100010100111111 | cdacf9c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)