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 | 驍∬恭 | 111010011000001010000001111010001000101110110001 | e98281e88bb1 |
EUC-JP | 驍∬恭 | 111100011110001010100010111010101011011010110011 | f1e2a2eab6b3 |
UTF-8 | 驍∬恭 | 111010011010100110001101111000101000100010101100111001101000000110101101 | e9a98de288ace681ad |
UHC | 驍∬恭 | 111111011010010010100001111100111100110111110001 | fda4a1f3cdf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)