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 | 捷驎ツ | 1000111110110111111110111111101111000010 | 8fb7fbfbc2 |
EUC-JP | 捷驎ツ | 10111110101110011000111111101001110100011000111011000010 | beb98fe9d18ec2 |
UTF-8 | 捷驎ツ | 111001101000110110110111111010011010100110001110111011111011111010000010 | e68db7e9a98eefbe82 |
UHC | 捷?? | 11110100110111110011111100111111 | f4df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)