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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 膊巍膊巍B | 111001000100110110011011110110011110010001001101100110111101100101000010 | e44d9bd9e44d9bd942 |
EUC-JP | 膊巍膊巍B | 111001111010111011010110110110111110011110101110110101101101101101000010 | e7aed6dbe7aed6db42 |
UTF-8 | 膊巍膊巍B | 11101000100001101000101011100101101101111000110111101000100001101000101011100101101101111000110101000010 | e8868ae5b78de8868ae5b78d42 |
UHC | 膊巍膊巍B | 110110101101101111101000111001001101101011011011111010001110010001000010 | dadbe8e4dadbe8e442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)