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 | 遏シ陂ッ | 111001111001111110111100111010001001100010101111 | e79fbce898af |
EUC-JP | 遏シ陂ッ | 1110111010100001100011101011110011101111111110001000111010101111 | eea18ebceff88eaf |
UTF-8 | 遏シ陂ッ | 111010011000000110001111111011111011110110111100111010011001100110000010111011111011110110101111 | e9818fefbdbce99982efbdaf |
UHC | ??陂? | 0011111100111111111110011010111000111111 | 3f3ff9ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)