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 | 芍ャォ赱 | 11100100100010011000001110000011101010111110011011011111 | e4898383abe6df |
EUC-JP | 芍ャォ赱 | 1110011111101001101001011110001110001110101010111110110011100001 | e7e9a5e38eabece1 |
UTF-8 | 芍ャォ赱 | 111010001000101010001101111000111000001110100011111011111011110110101011111010001011010110110001 | e88a8de383a3efbdabe8b5b1 |
UHC | 芍ャ?? | 111011011100101110101011111000110011111100111111 | edcbabe33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)