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 | 谷褻綜 | 100100100100101011100101111101101001000110001110 | 924ae5f6918e |
EUC-JP | 谷褻綜 | 110000111010101111101010111110001100000111101110 | c3abeaf8c1ee |
UTF-8 | 谷褻綜 | 111010001011000010110111111010001010010010111011111001111011011010011100 | e8b0b7e8a4bbe7b69c |
UHC | 谷褻綜 | 110011011101101111100000111000011111000011111100 | cddbe0e1f0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)