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 | 鬲夥「喜オ画 | 11101001101011011001101011101100101000101000101011101100101101011000100111100110 | e9ad9aeca28aecb589e6 |
EUC-JP | 鬲夥「喜オ画 | 111100101010111111010100111011101000111010100010101101001110111010001110101101011011001011101000 | f2afd4ee8ea2b4ee8eb5b2e8 |
UTF-8 | 鬲夥「喜オ画 | 111010011010110010110010111001011010010010100101111011111011110110100010111001011001011010011100111011111011110110110101111001111001010010111011 | e9acb2e5a4a5efbda2e5969cefbdb5e794bb |
UHC | ???喜?? | 00111111001111110011111111111101111011000011111100111111 | 3f3f3ffdec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)