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 | ????y | 0011111100111111001111110011111101111001 | 3f3f3f3f79 |
SJIS-WIN | 丈ヲ漆執y | 1000111111100100101001101000111010111101100011101011011101111001 | 8fe4a68ebd8eb779 |
EUC-JP | 丈ヲ漆執y | 101111101110011010001110101001101011110010111111101111001011100101111001 | bee68ea6bcbfbcb979 |
UTF-8 | 丈ヲ漆執y | 11100100101110001000100011101111101111011010011011100110101111001000011011100101100111111011011101111001 | e4b888efbda6e6bc86e59fb779 |
UHC | 丈?漆執y | 1110110111011011001111111111011011010100111100101111101101111001 | eddb3ff6d4f2fb79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)