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 | 猗珸獸猗 | 1110000011000110111000001110011111100000110101111110000011000110 | e0c6e0e7e0d7e0c6 |
EUC-JP | 猗珸獸猗 | 1110000011001000111000001110100111100000110110011110000011001000 | e0c8e0e9e0d9e0c8 |
UTF-8 | 猗珸獸猗 | 111001111000110010010111111001111000111110111000111001111000110110111000111001111000110010010111 | e78c97e78fb8e78db8e78c97 |
UHC | ??獸? | 0011111100111111111000101010111000111111 | 3f3fe2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)