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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 丈ヲ疾漆B | 10001111111001001010011010001110101111101111001010111110100011101011110101000010 | 8fe4a68ebef2be8ebd42 |
EUC-JP | 丈ヲ疾?漆B | 10111110111001101000111010100110101111001100000000111111101111001011111101000010 | bee68ea6bcc03fbcbf42 |
UTF-8 | 丈ヲ疾漆B | 11100100101110001000100011101111101111011010011011100111100101101011111011101110100001111011010111100110101111001000011001000010 | e4b888efbda6e796beee87b5e6bc8642 |
UHC | 丈?疾?漆B | 111011011101101100111111111100101111000000111111111101101101010001000010 | eddb3ff2f03ff6d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)