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 | 曹?猥曹? | 1001000110000010001111111110000011001110100100011000001000111111 | 91823fe0ce91823f |
EUC-JP | 曹?猥曹? | 1100000111100010001111111110000011010000110000011110001000111111 | c1e23fe0d0c1e23f |
UTF-8 | 曹了猥曹了 | 111001101001101110111001111011111010011010111010111001111000110010100101111001101001101110111001111011111010011010111010 | e69bb9efa6bae78ca5e69bb9efa6ba |
UHC | 曹了猥曹了 | 11110000110001111110100011100111111010001110010111110000110001111110100011100111 | f0c7e8e7e8e5f0c7e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)