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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 偃??猿 | 100110001110111000111111001111111000100110001110 | 98ee3f3f898e |
EUC-JP | 偃??猿 | 110100001111000000111111001111111011000111101110 | d0f03f3fb1ee |
UTF-8 | 偃욧낑猿 | 111001011000000110000011111011001001101010100111111010111000001010010001111001111000110010111111 | e58183ec9aa7eb8291e78cbf |
UHC | 偃욧낑猿 | 1110010111100111101111111110101010110011101010011110101010111011 | e5e7bfeab3a9eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)