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 | 骰齢娃 | 111010011000110110010111111011101000100010100001 | e98d97ee88a1 |
EUC-JP | 骰齢娃 | 111100011110110111001110111100001011000010100011 | f1edcef0b0a3 |
UTF-8 | 骰齢娃 | 111010011010101010110000111010011011110110100010111001011010100010000011 | e9aab0e9bda2e5a883 |
UHC | ??娃 | 00111111001111111110100011011111 | 3f3fe8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)