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 | 弔驀?盾 | 10010010101000101110100101111101001111111000111110000010 | 92a2e97d3f8f82 |
EUC-JP | 弔驀?盾 | 11000100101001001111000111011110001111111011110111100010 | c4a4f1de3fbde2 |
UTF-8 | 弔驀㉡盾 | 111001011011110010010100111010011010100110000000111000111000100110100001111001111001101110111110 | e5bc94e9a980e389a1e79bbe |
UHC | 弔驀㉡盾 | 1111000011000000110110001110100110101000101100101110001011101010 | f0c0d8e9a8b2e2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)