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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 実煮Y | 1000111011000000100011101100111101011001 | 8ec08ecf59 |
EUC-JP | 実煮Y | 1011110011000010101111001101000101011001 | bcc2bcd159 |
UTF-8 | 実煮Y | 11100101101011101001111111100111100001011010111001011001 | e5ae9fe785ae59 |
UHC | ?煮Y | 00111111111011011011010001011001 | 3fedb459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)