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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涌眩唸喟痾咤 | 100101110100111111100001101111111001101001011000100110100101111111100001011111011001101001000010 | 974fe1bf9a589a5fe17d9a42 |
EUC-JP | 涌眩唸喟痾咤 | 110011011011000011100010110000011101001110111001110100111100000011100001110111101101001110100011 | cdb0e2c1d3b9d3c0e1ded3a3 |
UTF-8 | 涌眩唸喟痾咤 | 111001101011011010001100111001111001110010101001111001011001010010111000111001011001011010011111111001111001011110111110111001011001001010100100 | e6b68ce79ca9e594b8e5969fe797bee592a4 |
UHC | 涌眩???咤 | 111010011011111111111010110111110011111100111111001111111111011011100011 | e9bffadf3f3f3ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)