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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | セュ爾爾捨\ | 101111101010110110001110101000101000111010100010100011101100110001011100 | bead8ea28ea28ecc5c |
EUC-JP | セュ爾爾捨\ | 1000111010111110100011101010110110111100101001001011110010100100101111001100111001011100 | 8ebe8eadbca4bca4bcce5c |
UTF-8 | セュ爾爾捨\ | 11101111101111011011111011101111101111011010110111100111100010001011111011100111100010001011111011100110100011011010100001011100 | efbdbeefbdade788bee788bee68da85c |
UHC | ??爾爾捨\ | 001111110011111111101100101100111110110010110011110111101101011101011100 | 3f3fecb3ecb3ded75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)