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 | 丈ヲ柴 | 10001111111001001010011010001110110001001111000111101101 | 8fe4a68ec4f1ed |
EUC-JP | 丈ヲ柴? | 10111110111001101000111010100110101111001100011000111111 | bee68ea6bcc63f |
UTF-8 | 丈ヲ柴 | 111001001011100010001000111011111011110110100110111001101001111110110100111011101000010110101000 | e4b888efbda6e69fb4ee85a8 |
UHC | 丈?柴? | 111011011101101100111111111000111100001100111111 | eddb3fe3c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)