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 | 依??艶? | 10001000110010110011111100111111100010011001000000111111 | 88cb3f3f89903f |
EUC-JP | 依??艶? | 10110000110011010011111100111111101100011111000000111111 | b0cd3f3fb1f03f |
UTF-8 | 依쎿퀎艶췆 | 111001001011111010011101111011001000111010111111111011011000000010001110111010001000100110110110111011001011011110000110 | e4be9dec8ebfed808ee889b6ecb786 |
UHC | 依쎿퀎艶췆 | 11101011111011101001101111100110101100111000010011100110111111011010111001000001 | ebee9be6b384e6fdae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)