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 | 霍」鄂ケ譯 | 1110100010110111101000111110011110111101101110011110011010100001 | e8b7a3e7bdb9e6a1 |
EUC-JP | 霍」鄂ケ譯 | 11110000101110011000111010100011111011101011111110001110101110011110110010100011 | f0b98ea3eebf8eb9eca3 |
UTF-8 | 霍」鄂ケ譯 | 111010011001110010001101111011111011110110100011111010011000010010000010111011111011110110111001111010001010110110101111 | e99c8defbda3e98482efbdb9e8adaf |
UHC | ??鄂?譯 | 00111111001111111110010011000111001111111110011010111011 | 3f3fe4c73fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)