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 | ?T? | 001111110101010000111111 | 3f543f |
SJIS-WIN | 篌T篌 | 1110001010111010010101001110001010111010 | e2ba54e2ba |
EUC-JP | 篌T篌 | 1110010010111100010101001110010010111100 | e4bc54e4bc |
UTF-8 | 篌T篌 | 11100111101011111000110001010100111001111010111110001100 | e7af8c54e7af8c |
UHC | ?T? | 001111110101010000111111 | 3f543f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)