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 | 蓚コ譚楢オ | 1110010011101001101110101110011010011101100100111110100010110101 | e4e9bae69d93e8b5 |
EUC-JP | 蓚コ譚楢オ | 11101000111010111000111010111010111010111111110111000110111010101000111010110101 | e8eb8ebaebfdc6ea8eb5 |
UTF-8 | 蓚コ譚楢オ | 111010001001001110011010111011111011110110111010111010001010110110011010111001101010010110100010111011111011110110110101 | e8939aefbdbae8ad9ae6a5a2efbdb5 |
UHC | 蓚?譚楢? | 1110001010111110001111111101001111001001111010101111100100111111 | e2be3fd3c9eaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)