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 | ?豢骰豌 | 00111111111001101011010011101001100011011110011010110000 | 3fe6b4e98de6b0 |
EUC-JP | 渢豢骰豌 | 100011111100011111101010111011001011011011110001111011011110110010110010 | 8fc7eaecb6f1edecb2 |
UTF-8 | 渢豢骰豌 | 111001101011100010100010111010001011000110100010111010011010101010110000111010001011000110001100 | e6b8a2e8b1a2e9aab0e8b18c |
UHC | ???豌 | 0011111100111111001111111110100011010101 | 3f3f3fe8d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)