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 | ??癰e? | 00111111001111111110000110011110100000101000010100111111 | 3f3fe19e82853f |
EUC-JP | ??癰e? | 00111111001111111110000111111110101000111110010100111111 | 3f3fe1fea3e53f |
UTF-8 | 짹킵癰e펽 | 111011001010011110111001111011011000001010110101111001111001100110110000111011111011110110000101111011011000111010111101 | eca7b9ed82b5e799b0efbd85ed8ebd |
UHC | 짹킵癰e펽 | 11000010101100011100010110110101111010001011100110100011111001011011110010001100 | c2b1c5b5e8b9a3e5bc8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)