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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀇磁湜悉 | 1111101101001111100011101010010111111011010001111000111010111011 | fb4f8ea5fb478ebb |
EUC-JP | 瀇磁湜悉 | 10001111110010011010110110111100101001111000111111000111111111001011110010111101 | 8fc9adbca78fc7fcbcbd |
UTF-8 | 瀇磁湜悉 | 111001111000000010000111111001111010001110000001111001101011100110011100111001101000001010001001 | e78087e7a381e6b99ce68289 |
UHC | ?磁湜悉 | 00111111111011011011100011100011110101111110001111111010 | 3fedb8e3d7e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)