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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 銕櫁時^ | 11100111111011001001111011101000100011101001111001011110 | e7ec9ee88e9e5e |
EUC-JP | 銕櫁時^ | 11101110111011101101110011101010101110111111111001011110 | eeeedceabbfe5e |
UTF-8 | 銕櫁時^ | 11101001100010101001010111100110101010111000000111100110100110011000001001011110 | e98a95e6ab81e699825e |
UHC | ??時^ | 0011111100111111111000111100000101011110 | 3f3fe3c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)