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 | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | 壅??W畏 | 10011010110101110011111100111111010101111000100011011000 | 9ad73f3f5788d8 |
EUC-JP | 壅??W畏 | 11010100110110010011111100111111010101111011000011011010 | d4d93f3f57b0da |
UTF-8 | 壅놂쉭W畏 | 11100101101000111000010111101011100001101000001011101100100010011010110101010111111001111001010110001111 | e5a385eb8682ec89ad57e7958f |
UHC | 壅놂쉭W畏 | 111010001011010110110011111011111011110110101101010101111110100011100110 | e8b5b3efbdad57e8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)