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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??章頭?? | 0011111100111111100011111100110110010011101010100011111100111111 | 3f3f8fcd93aa3f3f |
EUC-JP | 珽?章頭?? | 10001111110010111111111000111111101111101100111111000110101011000011111100111111 | 8fcbfe3fbecfc6ac3f3f |
UTF-8 | 珽렗章頭렋븅 | 111001111000111110111101111010111010000010010111111001111010101110100000111010011010000010101101111010111010000010001011111010111011100010000101 | e78fbdeba097e7aba0e9a0adeba08bebb885 |
UHC | 珽렗章頭렋븅 | 111011111110101010001110101011001110110111110001110101001110100110001110101000101011101011101001 | efea8eacedf1d4e98ea2bae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)