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 | 臧????? | 11100100011010000011111100111111001111110011111100111111 | e4683f3f3f3f3f |
EUC-JP | 臧????焰 | 111001111100100100111111001111110011111100111111100011111100100111101111 | e7c93f3f3f3f8fc9ef |
UTF-8 | 臧쯩뤘뤋넵焰 | 111010001000011110100111111011001010111110101001111010111010010010011000111010111010010010001011111010111000010010110101111001111000010010110000 | e887a7ecafa9eba498eba48beb84b5e784b0 |
UHC | 臧쯩뤘뤋넵焰 | 111011011111010111000010111011011011011111110000100011111011101110110011110111001110011011111011 | edf5c2edb7f08fbbb3dce6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)