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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膈贋榛 | 111001000100110010001010111001001001000001011001 | e44c8ae49059 |
EUC-JP | 膈贋榛 | 111001111010110110110100111001101011111110111010 | e7adb4e6bfba |
UTF-8 | 膈贋榛 | 111010001000011010001000111010001011010010001011111001101010011010011011 | e88688e8b48be6a69b |
UHC | 膈?榛 | 1100110010101110001111111111001011001110 | ccae3ff2ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)