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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??賽鐸 | 001111110011111111100110110011101001000111110110 | 3f3fe6ce91f6 |
EUC-JP | ??賽鐸 | 001111110011111111101100110100001100001011111000 | 3f3fecd0c2f8 |
UTF-8 | 뤕텕賽鐸 | 111010111010010010010101111011011000010110010101111010001011001110111101111010011001000010111000 | eba495ed8595e8b3bde990b8 |
UHC | 뤕텕賽鐸 | 1000111111000101101101101000111011011111110111111111011110100001 | 8fc5b68edfdff7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)