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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 俉????? | 11111010011000010011111100111111001111110011111100111111 | fa613f3f3f3f3f |
EUC-JP | 俉????ł | 10001111101100011011101100111111001111110011111100111111100011111010100111001000 | 8fb1bb3f3f3f3f8fa9c8 |
UTF-8 | 俉뤹텚溜㏓ł | 1110010010111111100010011110101110100100101110011110110110000101100110101110111110100111100010111110001110001111100100111100010110000010 | e4bf89eba4b9ed859aefa78be38f93c582 |
UHC | 俉뤹텚溜㏓ł | 111001111110101110001111111001111011011010010011111010101111111010100111111010111010100110101001 | e7eb8fe7b693eafea7eba9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)