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 | 雍?新??肄 | 111010001011010000111111100100000101011000111111001111111110001111100101 | e8b43f90563f3fe3e5 |
EUC-JP | 雍?新??肄 | 111100001011011000111111101111111011011100111111001111111110011011100111 | f0b63fbfb73f3fe6e7 |
UTF-8 | 雍렓新잿륙肄 | 111010011001101110001101111010111010000010010011111001101001011010110000111011001001111010111111111010111010010110011001111010001000001010000100 | e99b8deba093e696b0ec9ebfeba599e88284 |
UHC | 雍렓新잿륙肄 | 111010001011110010001110101010001110001111100110110000001110110110110111111110101110110010111101 | e8bc8ea8e3e6c0edb7faecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)