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 | 終耿聆愿 | 1000111101001001111000111101010011100011110101111001110011000011 | 8f49e3d4e3d79cc3 |
EUC-JP | 終耿聆愿 | 1011110110101010111001101101011011100110110110011101100011000101 | bdaae6d6e6d9d8c5 |
UTF-8 | 終耿聆愿 | 111001111011010110000010111010001000000010111111111010001000000110000110111001101000010010111111 | e7b582e880bfe88186e684bf |
UHC | 終耿聆愿 | 1111000011111011110011001110101011010110110000001110101010110100 | f0fbccead6c0eab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)