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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 遝?遝 | 10001111111000011101111100111111100011111110000111011111 | 8fe1df3f8fe1df |
UTF-8 | 遝굣遝 | 111010011000000110011101111010101011010110100011111010011000000110011101 | e9819deab5a3e9819d |
UHC | 遝굣遝 | 110100111100111110110001101101111101001111001111 | d3cfb1b7d3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)