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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 醫??B | 1110011111001110001111110011111101000010 | e7ce3f3f42 |
EUC-JP | 醫??B | 1110111011010000001111110011111101000010 | eed03f3f42 |
UTF-8 | 醫뗭쥕B | 11101001100001101010101111101011100101111010110111101100101001011001010101000010 | e986abeb97adeca59542 |
UHC | 醫뗭쥕B | 11101100101000101000101111101100101000101000101101000010 | eca28beca28b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)