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 | 霎憺ァ | 1110100010111110100111001110100110100111 | e8be9ce9a7 |
EUC-JP | 霎憺ァ | 111100001100000011011000111010111000111010100111 | f0c0d8eb8ea7 |
UTF-8 | 霎憺ァ | 111010011001110010001110111001101000011010111010111011111011110110100111 | e99c8ee686baefbda7 |
UHC | ?憺? | 00111111110100111011110000111111 | 3fd3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)