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?? | 0011111100111111010101000011111100111111 | 3f3f543f3f |
SJIS-WIN | 髮ィT髮ィ | 11101001100110111010100001010100111010011001101110101000 | e99ba854e99ba8 |
EUC-JP | 髮ィT髮ィ | 111100011111101110001110101010000101010011110001111110111000111010101000 | f1fb8ea854f1fb8ea8 |
UTF-8 | 髮ィT髮ィ | 11101001101010111010111011101111101111011010100001010100111010011010101110101110111011111011110110101000 | e9abaeefbda854e9abaeefbda8 |
UHC | 髮?T髮? | 11011011101001010011111101010100110110111010010100111111 | dba53f54dba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)