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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逆i? | 1000101101110100100000101000100100111111 | 8b7482893f |
EUC-JP | 逆i? | 1011010111010101101000111110100100111111 | b5d5a3e93f |
UTF-8 | 逆iㅍ | 111010011000000010000110111011111011110110001001111000111000010110001101 | e98086efbd89e3858d |
UHC | 逆iㅍ | 111001101011110110100011111010011010010010111101 | e6bda3e9a4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)