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 | 陂鍋ク殪 | 11101000100110001001001111100111101110001001111101101111 | e89893e7b89f6f |
EUC-JP | 陂鍋ク殪 | 1110111111111000110001101110100110001110101110001101110111010000 | eff8c6e98eb8ddd0 |
UTF-8 | 陂鍋ク殪 | 111010011001100110000010111010011000110110001011111011111011110110111000111001101010111010101010 | e99982e98d8befbdb8e6aeaa |
UHC | 陂鍋?? | 111110011010111011001110101001110011111100111111 | f9aecea73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)