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 | ???繞?? | 00111111001111110011111111100011100001010011111100111111 | 3f3f3fe3853f3f |
EUC-JP | 獒??繞?? | 100011111100101110111011001111110011111111100101111001010011111100111111 | 8fcbbb3f3fe5e53f3f |
UTF-8 | 獒김괍繞㏆쉽 | 111001111000110110010010111010101011100110000000111010101011010010001101111001111011100110011110111000111000111110000110111011001000100110111101 | e78d92eab980eab48de7b99ee38f86ec89bd |
UHC | 獒김괍繞㏆쉽 | 111010001010001110110001111010001011000110100010111010011010010010100111111011111011110110110001 | e8a3b1e8b1a2e9a4a7efbdb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)