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 | 映??曄 | 100010010110011000111111001111111001111001000000 | 89663f3f9e40 |
EUC-JP | 映??曄 | 101100011100011100111111001111111101101110100001 | b1c73f3fdba1 |
UTF-8 | 映잏뵾曄 | 111001101001100010100000111011001001111010001111111010111011010110111110111001101001101110000100 | e698a0ec9e8febb5bee69b84 |
UHC | 映잏뵾曄 | 1110011110110001100111111110011110010100101111001110011110100101 | e7b19fe794bce7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)