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 | 巍???兪 | 10011011110110010011111100111111001111111001100101100000 | 9bd93f3f3f9960 |
EUC-JP | 巍???兪 | 11010110110110110011111100111111001111111101000111000001 | d6db3f3f3fd1c1 |
UTF-8 | 巍롔렼설兪 | 111001011011011110001101111010111010000110010100111010111010000010111100111011001000010010100100111001011000010110101010 | e5b78deba194eba0bcec84a4e585aa |
UHC | 巍롔렼설兪 | 11101000111001001000111011011000100011101100010010111100101100111110101011100100 | e8e48ed88ec4bcb3eae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)