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 | 爐e㎏爐 | 1110000010100010100000101000010110000111011100111110000010100010 | e0a282858773e0a2 |
EUC-JP | 爐e?爐 | 11100000101001001010001111100101001111111110000010100100 | e0a4a3e53fe0a4 |
UTF-8 | 爐e㎏爐 | 111001111000100010010000111011111011110110000101111000111000111010001111111001111000100010010000 | e78890efbd85e38e8fe78890 |
UHC | 爐e㎏爐 | 1101011011010011101000111110010110100111101110001101011011010011 | d6d3a3e5a7b8d6d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)