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 | 馭??譽 | 111010010110011000111111001111111110011010100011 | e9663f3fe6a3 |
EUC-JP | 馭?Ŧ譽 | 1111000111000111001111111000111110101001101011111110110010100101 | f1c73f8fa9afeca5 |
UTF-8 | 馭곭Ŧ譽 | 1110100110100110101011011110101010110011101011011100010110100110111010001010110110111101 | e9a6adeab3adc5a6e8adbd |
UHC | 馭곭Ŧ譽 | 1110010111011111100000011110011110101000101011101110011111100010 | e5df81e7a8aee7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)