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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 譯?}譯?{^ | 111001101010000100111111011111011110011010100001001111110111101101011110 | e6a13f7de6a13f7b5e |
EUC-JP | 譯?}譯?{^ | 111011001010001100111111011111011110110010100011001111110111101101011110 | eca33f7deca33f7b5e |
UTF-8 | 譯봭}譯봭{^ | 111010001010110110101111111010111011010010101101011111011110100010101101101011111110101110110100101011010111101101011110 | e8adafebb4ad7de8adafebb4ad7b5e |
UHC | 譯봭}譯봭{^ | 1110011010111011100101000110111001111101111001101011101110010100011011100111101101011110 | e6bb946e7de6bb946e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)