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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 罌????Р | 1110001110100000001111110011111100111111001111111000010001010001 | e3a03f3f3f3f8451 |
EUC-JP | 罌??靷?Р | 11100110101000100011111100111111100011111110011110111101001111111010011110110010 | e6a23f3f8fe7bd3fa7b2 |
UTF-8 | 罌삳갈靷뗦Р | 1110011110111101100011001110110010000010101100111110101010110000100010001110100110011101101101111110101110010111101001101101000010100000 | e7bd8cec82b3eab088e99db7eb97a6d0a0 |
UHC | 罌삳갈靷뗦Р | 111001011010001010111011111010111011000010100101111011001110011010001011111001101010110010110010 | e5a2bbebb0a5ece68be6acb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)