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 | 爰?新??? | 1110000010100111001111111001000001010110001111110011111100111111 | e0a73f90563f3f3f |
EUC-JP | 爰?新??? | 1110000010101001001111111011111110110111001111110011111100111111 | e0a93fbfb73f3f3f |
UTF-8 | 爰렢新찌렧렯 | 111001111000100010110000111010111010000010100010111001101001011010110000111011001011000010001100111010111010000010100111111010111010000010101111 | e788b0eba0a2e696b0ecb08ceba0a7eba0af |
UHC | 爰렢新찌렧렯 | 111010101011101010001110101100111110001111100110110000101110111010001110101101101000111010111100 | eaba8eb3e3e6c2ee8eb68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)