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 | 蝸奠政 | 111001011001011110011010111110011001000010101101 | e5979af990ad |
EUC-JP | 蝸奠政 | 111010011111011111010100111110111100000010101111 | e9f7d4fbc0af |
UTF-8 | 蝸奠政 | 111010001001110110111000111001011010010110100000111001101001010010111111 | e89db8e5a5a0e694bf |
UHC | 蝸奠政 | 111010001100010011101110111101011110111111011001 | e8c4eef5efd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)