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 | 存驀? | 1001000110110110111010010111110100111111 | 91b6e97d3f |
EUC-JP | 存驀? | 1100001010111000111100011101111000111111 | c2b8f1de3f |
UTF-8 | 存驀句 | 111001011010110110011000111010011010100110000000111011111010010010000110 | e5ad98e9a980efa486 |
UHC | 存驀句 | 111100001110110111011000111010011100111111111011 | f0edd8e9cffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)