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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莨碕ソ緋コ∵ | 11100100101111001000110111101010101111111001010011101010101110101000000111100110 | e4bc8deabf94eaba81e6 |
EUC-JP | 莨碕ソ緋コ∵ | 111010001011111010111010111011001000111010111111110010001110110010001110101110101010001011101000 | e8bebaec8ebfc8ec8ebaa2e8 |
UTF-8 | 莨碕ソ緋コ∵ | 111010001000111010101000111001111010001010010101111011111011110110111111111001111011011110001011111011111011110110111010111000101000100010110101 | e88ea8e7a295efbdbfe7b78befbdbae288b5 |
UHC | ???緋?∵ | 0011111100111111001111111101110111111100001111111010000111110001 | 3f3f3fddfc3fa1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)