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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 雕画ォ∵菅P | 11101000101110001000100111100110101010111000000111100110100100001001101101010000 | e8b889e6ab81e6909b50 |
EUC-JP | 雕画ォ∵菅P | 1111000010111010101100101110100010001110101010111010001011101000101111111111101101010000 | f0bab2e88eaba2e8bffb50 |
UTF-8 | 雕画ォ∵菅P | 11101001100110111001010111100111100101001011101111101111101111011010101111100010100010001011010111101000100011111000010101010000 | e99b95e794bbefbdabe288b5e88f8550 |
UHC | 雕??∵菅P | 111100001110011100111111001111111010000111110001110011101011100101010000 | f0e73f3fa1f1ceb950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)