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 | 苜鰹州葆 | 1110010010011100100010101000111110001111010000101110010011011100 | e49c8a8f8f42e4dc |
EUC-JP | 苜鰹州葆 | 1110011111111100101100111110111110111101101000111110100011011110 | e7fcb3efbda3e8de |
UTF-8 | 苜鰹州葆 | 111010001000101110011100111010011011000010111001111001011011011110011110111010001001000110000110 | e88b9ce9b0b9e5b79ee89186 |
UHC | ??州? | 0011111100111111111100011011011000111111 | 3f3ff1b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)