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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 奧??鎰?? | 1001101011111010001111110011111111101000010011000011111100111111 | 9afa3f3fe84c3f3f |
EUC-JP | 奧??鎰?? | 1101010011111100001111110011111111101111101011010011111100111111 | d4fc3f3fefad3f3f |
UTF-8 | 奧숇톪鎰쒐독 | 111001011010010110100111111011001000100010000111111011011000011010101010111010011000111010110000111011001001001010010000111010111000111110000101 | e5a5a7ec8887ed86aae98eb0ec9290eb8f85 |
UHC | 奧숇톪鎰쒐독 | 111001111111001110011001111010111011011110000010111011001111000010011100111001111011010110110110 | e7f399ebb782ecf09ce7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)