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 | カ鰰ォ | 111100101010001110110110111010011101111010101011 | f2a3b6e9deab |
EUC-JP | ?カ鰰ォ | 00111111100011101011011011110010111000001000111010101011 | 3f8eb6f2e08eab |
UTF-8 | カ鰰ォ | 111011101000011110011010111011111011110110110110111010011011000010110000111011111011110110101011 | ee879aefbdb6e9b0b0efbdab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)