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 | 疇笳疇笞 | 1110000101100101111000101001011111100001011001011110001010011010 | e165e297e165e29a |
EUC-JP | 疇笳疇笞 | 1110000111000110111000111111011111100001110001101110001111111010 | e1c6e3f7e1c6e3fa |
UTF-8 | 疇笳疇笞 | 111001111001011010000111111001111010110010110011111001111001011010000111111001111010110010011110 | e79687e7acb3e79687e7ac9e |
UHC | 疇?疇笞 | 11110001110000100011111111110001110000101111011111000010 | f1c23ff1c2f7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)