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 | 蓚ルツ | 11100100111010011101100111000010 | e4e9d9c2 |
EUC-JP | 蓚ルツ | 111010001110101110001110110110011000111011000010 | e8eb8ed98ec2 |
UTF-8 | 蓚ルツ | 111010001001001110011010111011111011111010011001111011111011111010000010 | e8939aefbe99efbe82 |
UHC | 蓚?? | 11100010101111100011111100111111 | e2be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)