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 | 嘲勃薺 | 100110100111110110010110011101011110010101010100 | 9a7d9675e554 |
EUC-JP | 嘲勃薺 | 110100111101111011001011110101101110100110110101 | d3decbd6e9b5 |
UTF-8 | 嘲勃薺 | 111001011001100010110010111001011000101110000011111010001001011010111010 | e598b2e58b83e896ba |
UHC | 嘲勃薺 | 111100001011111111011010111110101111000010110001 | f0bfdafaf0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)