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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銖占挙釵ウ | 111001111111000110010000111010001000101110010011111001111101111010110011 | e7f190e88b93e7deb3 |
EUC-JP | 銖占挙釵ウ | 11101110111100111100000011101010101101011111001111101110111000001000111010110011 | eef3c0eab5f3eee08eb3 |
UTF-8 | 銖占挙釵ウ | 111010011000101010010110111001011000110110100000111001101000110010011001111010011000011110110101111011111011110110110011 | e98a96e58da0e68c99e987b5efbdb3 |
UHC | 銖占?釵? | 1110001011000111111011111011111100111111111100111111101100111111 | e2c7efbf3ff3fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)