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 | ??A??B | 001111110011111101000001001111110011111101000010 | 3f3f413f3f42 |
SJIS-WIN | 遏ュA蜊ウB | 1110011110011111101011010100000111100101100011011011001101000010 | e79fad41e58db342 |
EUC-JP | 遏ュA蜊ウB | 11101110101000011000111010101101010000011110100111101101100011101011001101000010 | eea18ead41e9ed8eb342 |
UTF-8 | 遏ュA蜊ウB | 1110100110000001100011111110111110111101101011010100000111101000100111001000101011101111101111011011001101000010 | e9818fefbdad41e89c8aefbdb342 |
UHC | ??A??B | 001111110011111101000001001111110011111101000010 | 3f3f413f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)