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 | 唯?炬 | 1001011101000010001111111110000001111000 | 97423fe078 |
EUC-JP | 唯?炬 | 1100110110100011001111111101111111011001 | cda33fdfd9 |
UTF-8 | 唯미炬 | 111001011001010010101111111010111010111110111000111001111000001010101100 | e594afebafb8e782ac |
UHC | 唯미炬 | 111010101110011010111001110011001100101111100011 | eae6b9cccbe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)