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 | 霎ー驕泌娼 | 111010001011111010110000111010011000000110010100111001011000111110101001 | e8beb0e98194e58fa9 |
EUC-JP | 霎ー驕泌娼 | 11110000110000001000111010110000111100011110000111001000111001111011111010101011 | f0c08eb0f1e1c8e7beab |
UTF-8 | 霎ー驕泌娼 | 111010011001110010001110111011111011110110110000111010011010100110010101111001101011001110001100111001011010100010111100 | e99c8eefbdb0e9a995e6b38ce5a8bc |
UHC | ??驕泌娼 | 0011111100111111110011101111011011111001101100101111001111011110 | 3f3fcef6f9b2f3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)