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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涬ォ驥ュ | 111110110100000110101011111010011000011110101101 | fb41abe987ad |
EUC-JP | 涬ォ驥ュ | 100011111100011111001111100011101010101111110001111001111000111010101101 | 8fc7cf8eabf1e78ead |
UTF-8 | 涬ォ驥ュ | 111001101011011010101100111011111011110110101011111010011010100110100101111011111011110110101101 | e6b6acefbdabe9a9a5efbdad |
UHC | ??驥? | 0011111100111111110100011100101000111111 | 3f3fd1ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)