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 | 險オ雍冶ウ | 1110100010101000101101011110100010110100100101101110100010110011 | e8a8b5e8b496e8b3 |
EUC-JP | 險オ雍冶ウ | 11110000101010101000111010110101111100001011011011001100111010101000111010110011 | f0aa8eb5f0b6ccea8eb3 |
UTF-8 | 險オ雍冶ウ | 111010011001101010101010111011111011110110110101111010011001101110001101111001011000011010110110111011111011110110110011 | e99aaaefbdb5e99b8de586b6efbdb3 |
UHC | 險?雍冶? | 1111101011001111001111111110100010111100111001011010011100111111 | facf3fe8bce5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)