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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 蘂??\ | 1110010101000001001111110011111101011100 | e5413f3f5c |
EUC-JP | 蘂??\ | 1110100110100010001111110011111101011100 | e9a23f3f5c |
UTF-8 | 蘂낁썔\ | 11101000100110001000001011101011100000101000000111101100100011011001010001011100 | e89882eb8281ec8d945c |
UHC | 蘂낁썔\ | 11100111110111101000010111101000100110111000011101011100 | e7de85e89b875c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)