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 | ?^}?^|?^| | 001111110101111001111101001111110101111001111100001111110101111001111100 | 3f5e7d3f5e7c3f5e7c |
SJIS-WIN | ?^}?^|?^| | 001111110101111001111101001111110101111001111100001111110101111001111100 | 3f5e7d3f5e7c3f5e7c |
EUC-JP | ?^}?^|?^| | 001111110101111001111101001111110101111001111100001111110101111001111100 | 3f5e7d3f5e7c3f5e7c |
UTF-8 | 책^}책^|책^| | 111011001011000110000101010111100111110111101100101100011000010101011110011111001110110010110001100001010101111001111100 | ecb1855e7decb1855e7cecb1855e7c |
UHC | 책^}책^|책^| | 110000111010010101011110011111011100001110100101010111100111110011000011101001010101111001111100 | c3a55e7dc3a55e7cc3a55e7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)