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 | 昭矜ニ | 1000111110111010111000011110000011000110 | 8fbae1e0c6 |
EUC-JP | 昭矜ニ | 101111101011110011100010111000101000111011000110 | bebce2e28ec6 |
UTF-8 | 昭矜ニ | 111001101001100010101101111001111001111110011100111011111011111010000110 | e698ade79f9cefbe86 |
UHC | 昭矜? | 1110000110111001110100001110100000111111 | e1b9d0e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)