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 | 瓦?俄 | 1000101010100010001111111000100111100010 | 8aa23f89e2 |
EUC-JP | 瓦?俄 | 1011010010100100001111111011001011100100 | b4a43fb2e4 |
UTF-8 | 瓦댐俄 | 111001111001001110100110111010111000110010010000111001001011111110000100 | e793a6eb8c90e4bf84 |
UHC | 瓦댐俄 | 111010001011111110110100111011111110010010101101 | e8bfb4efe4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)