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 | 辞鉸質 | 1111001010101101100011101010101111111011110011101000111010111111 | f2ad8eabfbce8ebf |
EUC-JP | ?辞鉸質 | 0011111110111100101011011000111111100011111100101011110011000001 | 3fbcad8fe3f2bcc1 |
UTF-8 | 辞鉸質 | 111011101000011110100100111010001011111010011110111010011000100110111000111010001011001110101010 | ee87a4e8be9ee989b8e8b3aa |
UHC | ???質 | 0011111100111111001111111111001011110101 | 3f3f3ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)