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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 脘?? | 1000111111010110101011000011111100111111 | 8fd6ac3f3f |
UTF-8 | 脘렯롙 | 111010001000010010011000111010111010000010101111111010111010000110011001 | e88498eba0afeba199 |
UHC | 脘렯롙 | 111010001101001010001110101111001000111011011101 | e8d28ebc8edd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)