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 | カ霄ゥ" | 1111001010100011101101101110100010111010101010011111101001010111 | f2a3b6e8baa9fa57 |
EUC-JP | ?カ霄ゥ? | 0011111110001110101101101111000010111100100011101010100100111111 | 3f8eb6f0bc8ea93f |
UTF-8 | カ霄ゥ" | 111011101000011110011010111011111011110110110110111010011001110010000100111011111011110110101001111011111011110010000010 | ee879aefbdb6e99c84efbda9efbc82 |
UHC | ????" | 001111110011111100111111001111111010001110100010 | 3f3f3f3fa3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)