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 | 品?渦?? | 10010101011010010011111110001001010100010011111100111111 | 95693f89513f3f |
EUC-JP | 品?渦?? | 11001001110010100011111110110001101100100011111100111111 | c9ca3fb1b23f3f |
UTF-8 | 品렪渦쇘렩 | 111001011001001110000001111010111010000010101010111001101011100010100110111011001000011110011000111010111010000010101001 | e59381eba0aae6b8a6ec8798eba0a9 |
UHC | 品렪渦쇘렩 | 11111001101000011000111010111000111010001011111010111100111001111000111010110111 | f9a18eb8e8bebce78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)