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 | 揖??媛?? | 1001011101001011001111110011111110010101010100010011111100111111 | 974b3f3f95513f3f |
EUC-JP | 揖??媛?? | 1100110110101100001111110011111111001001101100100011111100111111 | cdac3f3fc9b23f3f |
UTF-8 | 揖듦쾿媛룸풑 | 111001101000111110010110111010111001001110100110111011001011111010111111111001011010101010011011111010111010001110111000111011011001001010010001 | e68f96eb93a6ecbebfe5aa9beba3b8ed9291 |
UHC | 揖듦쾿媛룸풑 | 111010111110011110110101111010101011001010010101111010101011000010110111111010111011111010010101 | ebe7b5eab295eab0b7ebbe95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)