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 | 譫先ョィ | 11100110100111101001000011100110101011101000001101000010 | e69e90e6ae8342 |
EUC-JP | 譫先ョィ | 1110101111111110110000001110100010001110101011101010010110100011 | ebfec0e88eaea5a3 |
UTF-8 | 譫先ョィ | 111010001010110110101011111001011000010110001000111011111011110110101110111000111000001010100011 | e8adabe58588efbdaee382a3 |
UHC | ?先?ィ | 001111111110000010111011001111111010101110100011 | 3fe0bb3faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)