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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 鈿スz鈿スzB | 111001111110110110111101011110101110011111101101101111010111101001000010 | e7edbd7ae7edbd7a42 |
EUC-JP | 鈿スz鈿スzB | 1110111011101111100011101011110101111010111011101110111110001110101111010111101001000010 | eeef8ebd7aeeef8ebd7a42 |
UTF-8 | 鈿スz鈿スzB | 111010011000100010111111111011111011110110111101011110101110100110001000101111111110111110111101101111010111101001000010 | e988bfefbdbd7ae988bfefbdbd7a42 |
UHC | 鈿?z鈿?zB | 111011111010111100111111011110101110111110101111001111110111101001000010 | efaf3f7aefaf3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)