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 | 艸る蛙 | 111001001000011110000010111010011000101001011110 | e48782e98a5e |
EUC-JP | 艸る蛙 | 111001111110011110100100111010111011001110111111 | e7e7a4ebb3bf |
UTF-8 | 艸る蛙 | 111010001000100110111000111000111000001010001011111010001001101110011001 | e889b8e3828be89b99 |
UHC | 艸る蛙 | 111101011010110010101010111010111110100011000011 | f5acaaebe8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)