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 | ゚ナナ | 1101111111111001010000111100010111000101 | dff943c5c5 |
EUC-JP | ゚?ナナ | 10001110110111110011111110001110110001011000111011000101 | 8edf3f8ec58ec5 |
UTF-8 | ゚ナナ | 111011111011111010011111111011101001101010011111111011111011111010000101111011111011111010000101 | efbe9fee9a9fefbe85efbe85 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)