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 | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
SJIS-WIN | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
EUC-JP | ?o?馹 | 001111110110111100111111100011111110100110100001 | 3f6f3f8fe9a1 |
UTF-8 | 찾o찼馹 | 11101100101100001011111001101111111011001011000010111100111010011010011010111001 | ecb0be6fecb0bce9a6b9 |
UHC | 찾o찼馹 | 11000011101000110110111111000011101000011110110011110001 | c3a36fc3a1ecf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)