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 | 寤??源 | 100110111000100000111111001111111000110010111001 | 9b883f3f8cb9 |
EUC-JP | 寤??源 | 110101011110100000111111001111111011100010111011 | d5e83f3fb8bb |
UTF-8 | 寤뤿틶源 | 111001011010111110100100111010111010010010111111111011011000101110110110111001101011101010010000 | e5afa4eba4bfed8bb6e6ba90 |
UHC | 寤뤿틶源 | 1110011111110101100011111110101110111010100111011110101010111001 | e7f58febba9deab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)