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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 丈ヲ偲柴^ | 1000111111100100101001101000111011000011100011101100010001011110 | 8fe4a68ec38ec45e |
EUC-JP | 丈ヲ偲柴^ | 101111101110011010001110101001101011110011000101101111001100011001011110 | bee68ea6bcc5bcc65e |
UTF-8 | 丈ヲ偲柴^ | 11100100101110001000100011101111101111011010011011100101100000011011001011100110100111111011010001011110 | e4b888efbda6e581b2e69fb45e |
UHC | 丈??柴^ | 11101101110110110011111100111111111000111100001101011110 | eddb3f3fe3c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)