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 | セャ跣蒔鴆辞 | 10111110101011001110011011101111100011101010101011101001111011111000111010101011 | beace6ef8eaae9ef8eab |
EUC-JP | セャ跣蒔鴆辞 | 100011101011111010001110101011001110110011110001101111001010110011110010111100011011110010101101 | 8ebe8eacecf1bcacf2f1bcad |
UTF-8 | セャ跣蒔鴆辞 | 111011111011110110111110111011111011110110101100111010001011011110100011111010001001001010010100111010011011010010000110111010001011111010011110 | efbdbeefbdace8b7a3e89294e9b486e8be9e |
UHC | ??跣蒔?? | 0011111100111111111000001101001111100011110010000011111100111111 | 3f3fe0d3e3c83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)