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 | 淨伎? | 1001111111000100100010101110101000111111 | 9fc48aea3f |
EUC-JP | 淨伎? | 1101111011000110101101001110110000111111 | dec6b4ec3f |
UTF-8 | 淨伎갸 | 111001101011011110101000111001001011110010001110111010101011000010111000 | e6b7a8e4bc8eeab0b8 |
UHC | 淨伎갸 | 111011111110010011010000111010111011000010111100 | efe4d0ebb0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)