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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諍麥?奉? | 1110011001111001111010100110110100111111100101011111001000111111 | e679ea6d3f95f23f |
EUC-JP | 諍麥?奉? | 1110101111011010111100111100111000111111110010101111010000111111 | ebdaf3ce3fcaf43f |
UTF-8 | 諍麥렔奉ㅉ | 111010001010101110001101111010011011101010100101111010111010000010010100111001011010010110001001111000111000010110001001 | e8ab8de9baa5eba094e5a589e38589 |
UHC | 諍麥렔奉ㅉ | 11101110101101011101100011101010100011101010100111011100111001011010010010111001 | eeb5d8ea8ea9dce5a4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)