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 | 邏慊「ホ | 111001111011010010011100110000101010001011001110 | e7b49cc2a2ce |
EUC-JP | 邏慊「ホ | 1110111010110110110110001100010010001110101000101000111011001110 | eeb6d8c48ea28ece |
UTF-8 | 邏慊「ホ | 111010011000001010001111111001101000010110001010111011111011110110100010111011111011111010001110 | e9828fe6858aefbda2efbe8e |
UHC | 邏慊?? | 110101011010010011001100110000110011111100111111 | d5a4ccc33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)