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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ユュ鋧B | 1101010110101101111110111100111101000010 | d5adfbcf42 |
EUC-JP | ユュ鋧B | 1000111011010101100011101010110110001111111001001100101101000010 | 8ed58ead8fe4cb42 |
UTF-8 | ユュ鋧B | 11101111101111101001010111101111101111011010110111101001100010111010011101000010 | efbe95efbdade98ba742 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)