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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闊定ィ千噫 | 111010001000100010010010111010001010100010010000111001111001101010000000 | e88892e8a890e79a80 |
EUC-JP | 闊定ィ千噫 | 11101111111010001100010011101010100011101010100011000000111010011101001111100000 | efe8c4ea8ea8c0e9d3e0 |
UTF-8 | 闊定ィ千噫 | 111010011001011110001010111001011010111010011010111011111011110110101000111001011000110110000011111001011001100110101011 | e9978ae5ae9aefbda8e58d83e599ab |
UHC | 闊定?千噫 | 111111001100010011101111110100100011111111110100101101101111110111101101 | fcc4efd23ff4b6fded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)