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 | 豁滔ウゥ | 111001101010110110011111111010111011001110101001 | e6ad9febb3a9 |
EUC-JP | 豁滔ウゥ | 1110110010101111110111101110110110001110101100111000111010101001 | ecafdeed8eb38ea9 |
UTF-8 | 豁滔ウゥ | 111010001011000110000001111001101011101110010100111011111011110110110011111011111011110110101001 | e8b181e6bb94efbdb3efbda9 |
UHC | 豁滔?? | 111111001100001111010100101001010011111100111111 | fcc3d4a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)