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 | 渦???х? | 1000100101010001001111110011111100111111100001001000011100111111 | 89513f3f3f84873f |
EUC-JP | 渦???х? | 1011000110110010001111110011111100111111101001111110011100111111 | b1b23f3f3fa7e73f |
UTF-8 | 渦곈콌歷х떥 | 1110011010111000101001101110101010110011100010001110110010111101100011001110111110100110100011001101000110000101111010111001011010100101 | e6b8a6eab388ecbd8cefa68cd185eb96a5 |
UHC | 渦곈콌歷х떥 | 111010001011111010110000111010011011000110001000111001101011100010101100111001111000101110111000 | e8beb0e9b188e6b8ace78bb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)