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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 映??烏?? | 1000100101100110001111110011111110001001010001110011111100111111 | 89663f3f89473f3f |
EUC-JP | 映??烏?? | 1011000111000111001111110011111110110001101010000011111100111111 | b1c73f3fb1a83f3f |
UTF-8 | 映ㅸ쫿烏녻㎢ | 111001101001100010100000111000111000010110111000111011001010101110111111111001111000001110001111111010111000010110111011111000111000111010100010 | e698a0e385b8ecabbfe7838feb85bbe38ea2 |
UHC | 映ㅸ쫿烏녻㎢ | 111001111011000110100100111010001010011010010110111010001010000110000110111010001010011110110100 | e7b1a4e8a696e8a186e8a7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)