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 | 蟆コ譚鍋┬ | 111001011011000010111010111001101001110110010011111001111000010010100110 | e5b0bae69d93e784a6 |
EUC-JP | 蟆コ譚鍋┬ | 11101010101100101000111010111010111010111111110111000110111010011010100010101000 | eab28ebaebfdc6e9a8a8 |
UTF-8 | 蟆コ譚鍋┬ | 111010001001111110000110111011111011110110111010111010001010110110011010111010011000110110001011111000101001010010101100 | e89f86efbdbae8ad9ae98d8be294ac |
UHC | ??譚鍋┬ | 0011111100111111110100111100100111001110101001111010011010101000 | 3f3fd3c9cea7a6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)