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 | 蛙?琵蛙 | 10001010010111100011111110010100111110101000101001011110 | 8a5e3f94fa8a5e |
EUC-JP | 蛙?琵蛙 | 10110011101111110011111111001000111111001011001110111111 | b3bf3fc8fcb3bf |
UTF-8 | 蛙장琵蛙 | 111010001001101110011001111011001001111010100101111001111001000010110101111010001001101110011001 | e89b99ec9ea5e790b5e89b99 |
UHC | 蛙장琵蛙 | 1110100011000011110000001110010111011101111101011110100011000011 | e8c3c0e5ddf5e8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)