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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 棏」醉マ | 111110101110011110100011111001111100101111001111 | fae7a3e7cbcf |
EUC-JP | 棏」醉マ | 100011111100001111111110100011101010001111101110110011011000111011001111 | 8fc3fe8ea3eecd8ecf |
UTF-8 | 棏」醉マ | 111001101010001110001111111011111011110110100011111010011000011010001001111011111011111010001111 | e6a38fefbda3e98689efbe8f |
UHC | ??醉? | 0011111100111111111101101010110100111111 | 3f3ff6ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)