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 | 蟆コ譚鍋扱 | 111001011011000010111010111001101001110110010011111001111000100010110101 | e5b0bae69d93e788b5 |
EUC-JP | 蟆コ譚鍋扱 | 11101010101100101000111010111010111010111111110111000110111010011011000010110111 | eab28ebaebfdc6e9b0b7 |
UTF-8 | 蟆コ譚鍋扱 | 111010001001111110000110111011111011110110111010111010001010110110011010111010011000110110001011111001101000100110110001 | e89f86efbdbae8ad9ae98d8be689b1 |
UHC | ??譚鍋扱 | 0011111100111111110100111100100111001110101001111101000011100010 | 3f3fd3c9cea7d0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)