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 | ???淳? | 001111110011111100111111100011110111111000111111 | 3f3f3f8f7e3f |
EUC-JP | ???淳? | 001111110011111100111111101111011101111100111111 | 3f3f3fbddf3f |
UTF-8 | 遼섆퉿淳㎬ | 111011111010011110000011111011001000010010000110111011011000100110111111111001101011011110110011111000111000111010101100 | efa783ec8486ed89bfe6b7b3e38eac |
UHC | 遼섆퉿淳㎬ | 11101001101011001001100011100100101110011001011111100010111010001010011111101000 | e9ac98e4b997e2e8a7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)