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 | 獰??恂?9 | 111000001101011000111111001111111001110010010110001111111000001001011000 | e0d63f3f9c963f8258 |
EUC-JP | 獰??恂?9 | 111000001101100000111111001111111101011111110110001111111010001110111001 | e0d83f3fd7f63fa3b9 |
UTF-8 | 獰뉒윪恂썼9 | 111001111000110110110000111010111000100110010010111011001001110010101010111001101000000110000010111011001000110110111100111011111011110010011001 | e78db0eb8992ec9caae68182ec8dbcefbc99 |
UHC | 獰뉒윪恂썼9 | 111001111011111010000111111001111001111110101001111000101110000110111101111010001010001110111001 | e7be87e79fa9e2e1bde8a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)