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 | 腫驀蹈異 | 1000111011101110111010010111110111100111010001001000100011011001 | 8eeee97de74488d9 |
EUC-JP | 腫驀蹈異 | 1011110011110000111100011101111011101101101001011011000011011011 | bcf0f1deeda5b0db |
UTF-8 | 腫驀蹈異 | 111010001000010110101011111010011010100110000000111010001011100110001000111001111001010110110000 | e885abe9a980e8b988e795b0 |
UHC | 腫驀蹈異 | 1111000011111110110110001110100111010100101100001110110010110110 | f0fed8e9d4b0ecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)