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 | 譯뱊}譯뱊{^ | 111010001010110110101111111010111011000110001010011111011110100010101101101011111110101110110001100010100111101101011110 | e8adafebb18a7de8adafebb18a7b5e |
UHC | 譯뱊}譯뱊{^ | 1110011010111011100100110110111001111101111001101011101110010011011011100111101101011110 | e6bb936e7de6bb936e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)