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 | 虞???? | 100010111111000100111111001111110011111100111111 | 8bf13f3f3f3f |
EUC-JP | 虞???? | 101101101111001100111111001111110011111100111111 | b6f33f3f3f3f |
UTF-8 | 虞목렰멸씩 | 111010001001100110011110111010111010101010101001111010111010000010110000111010111010100110111000111011001001010010101001 | e8999eebaaa9eba0b0eba9b8ec94a9 |
UHC | 虞목렰멸씩 | 11101001111001011011100011110001100011101011110110111000111010101011111010111111 | e9e5b8f18ebdb8eabebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)