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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 袱千璃@h | 1110010111011110100100001110011110010111100111100100000001101000 | e5de90e7979e4068 |
EUC-JP | 袱千璃@h | 1110101011100000110000001110100111001101111111100100000001101000 | eae0c0e9cdfe4068 |
UTF-8 | 袱千璃@h | 1110100010100010101100011110010110001101100000111110011110010010100000110100000001101000 | e8a2b1e58d83e792834068 |
UHC | ?千璃@h | 00111111111101001011011011010111111000110100000001101000 | 3ff4b6d7e34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)