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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 渦?渦?B | 10001001010100010011111110001001010100010011111101000010 | 89513f89513f42 |
EUC-JP | 渦?渦?B | 10110001101100100011111110110001101100100011111101000010 | b1b23fb1b23f42 |
UTF-8 | 渦캰渦캰B | 11100110101110001010011011101100101110101011000011100110101110001010011011101100101110101011000001000010 | e6b8a6ecbab0e6b8a6ecbab042 |
UHC | 渦캰渦캰B | 111010001011111010110000010100001110100010111110101100000101000001000010 | e8beb050e8beb05042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)