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 | 10000001100111110011111110010000100100111110010010110011100000111000001101000010 | 819f3f9093e4b3838342 |
EUC-JP | ◆?嵩莎ャB | 10100010101000010011111110111111111100111110100010110101101001011110001101000010 | a2a13fbff3e8b5a5e342 |
UTF-8 | ◆룶嵩莎ャB | 11100010100101111000011011101011101000111011011011100101101101011010100111101000100011101000111011100011100000111010001101000010 | e29786eba3b6e5b5a9e88e8ee383a342 |
UHC | ◆룶嵩莎ャB | 1010000111011111100011111010101111100011101000011101111011101101101010111110001101000010 | a1df8fabe3a1deedabe342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)