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 | 梧??訟? | 10001100111001100011111100111111100011111101011100111111 | 8ce63f3f8fd73f |
EUC-JP | 梧??訟? | 10111000111010000011111100111111101111101101100100111111 | b8e83f3fbed93f |
UTF-8 | 梧녑뮧訟귟 | 111001101010001010100111111010111000010110010001111010111010111010100111111010001010100010011111111010101011011110011111 | e6a2a7eb8591ebaea7e8a89feab79f |
UHC | 梧녑뮧訟귟 | 11100111111111001011001111100101100100101011001011100001111010001000001011101000 | e7fcb3e592b2e1e882e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)