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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 渦??恂η? | 100010010101000100111111001111111001110010010110100000111100010100111111 | 89513f3f9c9683c53f |
EUC-JP | 渦??恂η? | 101100011011001000111111001111111101011111110110101001101100011100111111 | b1b23f3fd7f6a6c73f |
UTF-8 | 渦잋퉿恂η맏 | 1110011010111000101001101110110010011110100010111110110110001001101111111110011010000001100000101100111010110111111010111010011110001111 | e6b8a6ec9e8bed89bfe68182ceb7eba78f |
UHC | 渦잋퉿恂η맏 | 111010001011111010011111111001001011100110010111111000101110000110100101111001111011100010111010 | e8be9fe4b997e2e1a5e7b8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)