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 | ??戟漬 | 001111110011111110001100100000011001001011010000 | 3f3f8c8192d0 |
EUC-JP | ??戟漬 | 001111110011111110110111111000011100010011010010 | 3f3fb7e1c4d2 |
UTF-8 | 溜잭戟漬 | 111011111010011110001011111011001001111010101101111001101000100010011111111001101011110010101100 | efa78bec9eade6889fe6bcac |
UHC | 溜잭戟漬 | 1110101011111110110000001110100011010000101111011111001010110000 | eafec0e8d0bdf2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)