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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??億?只酊 | 001111110011111110001001101011010011111110010001111111001110011111000010 | 3f3f89ad3f91fce7c2 |
EUC-JP | ??億?只酊 | 001111110011111110110010101011110011111111000010111111101110111011000100 | 3f3fb2af3fc2feeec4 |
UTF-8 | 易렕億쇱只酊 | 111011111010011110100000111010111010000010010101111001011000010010000100111011001000011110110001111001011000111110101010111010011000010110001010 | efa7a0eba095e58484ec87b1e58faae9858a |
UHC | 易렕億쇱只酊 | 111011001010111110001110101010101110010111100010101111001110110011110001111111101110111111111000 | ecaf8eaae5e2bcecf1feeff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)