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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 穩??午ユ? | 111000100111001000111111001111111000110011011111100000111000011000111111 | e2723f3f8cdf83863f |
EUC-JP | 穩??午ユ? | 111000111101001100111111001111111011100011100001101001011110011000111111 | e3d33f3fb8e1a5e63f |
UTF-8 | 穩븝슨午ユː | 1110011110101001101010011110101110111000100111011110110010001010101010001110010110001101100010001110001110000011101001101100101110010000 | e7a9a9ebb89dec8aa8e58d88e383a6cb90 |
UHC | 穩븝슨午ユː | 111010001011000110111010111011111011110110111100111001111110110110101011111001101010001010110000 | e8b1baefbdbce7edabe6a2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)