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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曹?猥曹 | 10010001100000100011111111100000110011101001000110000010 | 91823fe0ce9182 |
EUC-JP | 曹?猥曹 | 11000001111000100011111111100000110100001100000111100010 | c1e23fe0d0c1e2 |
UTF-8 | 曹了猥曹 | 111001101001101110111001111011111010011010111010111001111000110010100101111001101001101110111001 | e69bb9efa6bae78ca5e69bb9 |
UHC | 曹了猥曹 | 1111000011000111111010001110011111101000111001011111000011000111 | f0c7e8e7e8e5f0c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)