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 | 要ι?節ф? | 10010111011101101000001111000111001111111001000011011111100001001000011000111111 | 977683c73f90df84863f |
EUC-JP | 要ι?節ф? | 11001101110101111010011011001001001111111100000011100001101001111110011000111111 | cdd7a6c93fc0e1a7e63f |
UTF-8 | 要ι긽節ф댊 | 11101000101001101000000111001110101110011110101010111000101111011110011110101111100000001101000110000100111010111000110010001010 | e8a681ceb9eab8bde7af80d184eb8c8a |
UHC | 要ι긽節ф댊 | 111010011010100110100101111010011000001110000001111011111011110110101100111001101000100010110011 | e9a9a5e98381efbdace688b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)