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 | 100110101011010111100100101101011001101010110101111001001011010101000010 | 9ab5e4b59ab5e4b542 |
EUC-JP | 垠莊垠莊B | 110101001011011111101000101101111101010010110111111010001011011101000010 | d4b7e8b7d4b7e8b742 |
UTF-8 | 垠莊垠莊B | 11100101100111101010000011101000100011101000101011100101100111101010000011101000100011101000101001000010 | e59ea0e88e8ae59ea0e88e8a42 |
UHC | 垠莊垠莊B | 111010111101100111101101111101101110101111011001111011011111011001000010 | ebd9edf6ebd9edf642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)