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 | 溪軫躙 | 100111111110001011100111011001101110011101010111 | 9fe2e766e757 |
EUC-JP | 溪軫躙 | 110111101110010011101101110001111110110110111000 | dee4edc7edb8 |
UTF-8 | 溪軫躙 | 111001101011101010101010111010001011101110101011111010001011101010011001 | e6baaae8bbabe8ba99 |
UHC | 溪軫? | 1100110110100010111100101110001000111111 | cda2f2e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)