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 | 001111110101111000111111001111110011111101000010 | 3f5e3f3f3f42 |
SJIS-WIN | ?^???B | 001111110101111000111111001111110011111101000010 | 3f5e3f3f3f42 |
EUC-JP | ?^???B | 001111110101111000111111001111110011111101000010 | 3f5e3f3f3f42 |
UTF-8 | 찼^횗횢횗B | 1110110010110000101111000101111011101101100110101001011111101101100110101010001011101101100110101001011101000010 | ecb0bc5eed9a97ed9aa2ed9a9742 |
UHC | 찼^횗횢횗B | 11000011101000010101111011000011100100011100001110011001110000111001000101000010 | c3a15ec391c399c39142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)