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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 炅蓋炅 | 111110110101000110001010010101111111101101010001 | fb518a57fb51 |
EUC-JP | 炅蓋炅 | 1000111111001001110010101011001110111000100011111100100111001010 | 8fc9cab3b88fc9ca |
UTF-8 | 炅蓋炅 | 111001111000001010000101111010001001001110001011111001111000001010000101 | e78285e8938be78285 |
UHC | 炅蓋炅 | 110011001101110111001011110011111100110011011101 | ccddcbcfccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)