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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 趾??流B | 11100110111001000011111100111111100101111010110001000010 | e6e43f3f97ac42 |
EUC-JP | 趾??流B | 11101100111001100011111100111111110011101010111001000010 | ece63f3fceae42 |
UTF-8 | 趾닿렢流B | 11101000101101101011111011101011100010111011111111101011101000001010001011100110101101011000000101000010 | e8b6beeb8bbfeba0a2e6b58142 |
UHC | 趾닿렢流B | 111100101011111110110100111010101000111010110011110101111011010101000010 | f2bfb4ea8eb3d7b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)