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 | 瓦よ? | 1000101010100010100000101110011000111111 | 8aa282e63f |
EUC-JP | 瓦よ? | 1011010010100100101001001110100000111111 | b4a4a4e83f |
UTF-8 | 瓦よ땽 | 111001111001001110100110111000111000001010001000111010111001010110111101 | e793a6e38288eb95bd |
UHC | 瓦よ땽 | 111010001011111110101010111010001000101110010011 | e8bfaae88b93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)