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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迢。霈ク | 111001111000101110100001111010001011110010111000 | e78ba1e8bcb8 |
EUC-JP | 迢。霈ク | 1110110111101011100011101010000111110000101111101000111010111000 | edeb8ea1f0be8eb8 |
UTF-8 | 迢。霈ク | 111010001011111110100010111011111011110110100001111010011001110010001000111011111011110110111000 | e8bfa2efbda1e99c88efbdb8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)