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 | 臧?稻? | 111001000110100000111111111000100110101000111111 | e4683fe26a3f |
EUC-JP | 臧?稻? | 111001111100100100111111111000111100101100111111 | e7c93fe3cb3f |
UTF-8 | 臧찌稻뤈 | 111010001000011110100111111011001011000010001100111001111010100010111011111010111010010010001000 | e887a7ecb08ce7a8bbeba488 |
UHC | 臧찌稻뤈 | 1110110111110101110000101110111011010100101010111000111110111000 | edf5c2eed4ab8fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)