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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 踞セ逍ス遨ゥE | 11100110111101011011111011100111100101101011110111100111101010011010100101000101 | e6f5bee796bde7a9a945 |
EUC-JP | 踞セ逍ス遨ゥE | 11101100111101111000111010111110111011011111011010001110101111011110111010101011100011101010100101000101 | ecf78ebeedf68ebdeeab8ea945 |
UTF-8 | 踞セ逍ス遨ゥE | 11101000101110001001111011101111101111011011111011101001100000001000110111101111101111011011110111101001100000011010100011101111101111011010100101000101 | e8b89eefbdbee9808defbdbde981a8efbda945 |
UHC | 踞?逍???E | 110010111110011000111111111000011100111000111111001111110011111101000101 | cbe63fe1ce3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)