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 | 阨仰ー笏 | 11101000100101011000101111000010101100001110001010010100 | e8958bc2b0e294 |
EUC-JP | 阨仰ー笏 | 1110111111110101101101101100010010001110101100001110001111110100 | eff5b6c48eb0e3f4 |
UTF-8 | 阨仰ー笏 | 111010011001100010101000111001001011101110110000111011111011110110110000111001111010110010001111 | e998a8e4bbb0efbdb0e7ac8f |
UHC | ?仰?笏 | 001111111110010011100110001111111111101111101110 | 3fe4e63ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)