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 | 蓚仰析 | 111001001110100110001011110000101001000011001101 | e4e98bc290cd |
EUC-JP | 蓚仰析 | 111010001110101110110110110001001100000011001111 | e8ebb6c4c0cf |
UTF-8 | 蓚仰析 | 111010001001001110011010111001001011101110110000111001101001111010010000 | e8939ae4bbb0e69e90 |
UHC | 蓚仰析 | 111000101011111011100100111001101110000010110000 | e2bee4e6e0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)