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 | ??????Q] | 0011111100111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f3f515d |
SJIS-WIN | 蔭?????Q] | 100010001111110000111111001111110011111100111111001111110101000101011101 | 88fc3f3f3f3f3f515d |
EUC-JP | 蔭?????Q] | 101100001111111000111111001111110011111100111111001111110101000101011101 | b0fe3f3f3f3f3f515d |
UTF-8 | 蔭띾졂溜쇱꽣Q] | 1110100010010100101011011110101110011101101111101110110010100001100000101110111110100111100010111110110010000111101100011110101010111101101000110101000101011101 | e894adeb9dbeeca182efa78bec87b1eabda3515d |
UHC | 蔭띾졂溜쇱꽣Q] | 1110101111100011100011011110101110100000101100111110101011111110101111001110110010000100101100000101000101011101 | ebe38deba0b3eafebcec84b0515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)