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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕚泚睫 | 1111000111100110111001001101010011111010111110011110000111001010 | f1e6e4d4faf9e1ca |
EUC-JP | ?蕚泚睫 | 0011111111101000110101101000111111000111101000011110001011001100 | 3fe8d68fc7a1e2cc |
UTF-8 | 蕚泚睫 | 111011101000010110100001111010001001010110011010111001101011001110011010111001111001110110101011 | ee85a1e8959ae6b39ae79dab |
UHC | ???睫 | 0011111100111111001111111111010011100010 | 3f3f3ff4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)