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 | 銓ャ笙 | 1110011111110010101011001110001010011001 | e7f2ace299 |
EUC-JP | 銓ャ笙 | 111011101111010010001110101011001110001111111001 | eef48eace3f9 |
UTF-8 | 銓ャ笙 | 111010011000101010010011111011111011110110101100111001111010110010011001 | e98a93efbdace7ac99 |
UHC | 銓?笙 | 1110111110110000001111111101111111101001 | efb03fdfe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)