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 | 紆るす | 111000101111110010000010111010011000001010110111 | e2fc82e982b7 |
EUC-JP | 紆るす | 111001001111111010100100111010111010010010111001 | e4fea4eba4b9 |
UTF-8 | 紆るす | 111001111011010010000110111000111000001010001011111000111000000110011001 | e7b486e3828be38199 |
UHC | 紆るす | 111010011110000110101010111010111010101010111001 | e9e1aaebaab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)