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 | õÛ£Éõ | 1111010111011011101000111100100111110101 | f5dba3c9f5 |
SJIS-WIN | ??£?? | 001111110011111110000001100100100011111100111111 | 3f3f81923f3f |
EUC-JP | õÛ£Éõ | 1000111110101011110110001000111110101010111001011010000111110010100011111010101010110001100011111010101111011000 | 8fabd88faae5a1f28faab18fabd8 |
UTF-8 | õÛ£Éõ | 11000011101101011100001110011011110000101010001111000011100010011100001110110101 | c3b5c39bc2a3c389c3b5 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)