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 | 勇??宥?? | 1001011101000101001111110011111110010111010001110011111100111111 | 97453f3f97473f3f |
EUC-JP | 勇??宥?? | 1100110110100110001111110011111111001101101010000011111100111111 | cda63f3fcda83f3f |
UTF-8 | 勇싲쉼宥곩칰 | 111001011000101110000111111011001000101110110010111011001000100110111100111001011010111010100101111010101011001110101001111011001011100110110000 | e58b87ec8bb2ec89bce5aea5eab3a9ecb9b0 |
UHC | 勇싲쉼宥곩칰 | 111010011011100010011010111010111011110110110000111010101110100110000001111001011010111110000011 | e9b89aebbdb0eae981e5af83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)