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 | 跏ャ迯玲 | 11100110111001101010110011100111100011011001011111100110 | e6e6ace78d97e6 |
EUC-JP | 跏ャ迯玲 | 1110110011101000100011101010110011101101111011011100111011101000 | ece88eacededcee8 |
UTF-8 | 跏ャ迯玲 | 111010001011011110001111111011111011110110101100111010001011111110101111111001111000111010110010 | e8b78fefbdace8bfafe78eb2 |
UHC | 跏??玲 | 110010101011101000111111001111111101011010111100 | caba3f3fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)