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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?堧?? | 001111111000111110111000101010000011111100111111 | 3f8fb8a83f3f |
UTF-8 | 잢堧잢읩 | 111011001001111010100010111001011010000010100111111011001001111010100010111011001001110110101001 | ec9ea2e5a0a7ec9ea2ec9da9 |
UHC | 잢堧잢읩 | 1001111111110001111001101100000010011111111100011001111111010000 | 9ff1e6c09ff19fd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)