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 | ????ζ? | 00111111001111110011111100111111100000111100010000111111 | 3f3f3f3f83c43f |
EUC-JP | ???沅ζ? | 001111110011111100111111100011111100011011101001101001101100011000111111 | 3f3f3f8fc6e9a6c63f |
UTF-8 | 嶺뚭퍔沅ζ뤃 | 1110111110100110101010111110101110011010101011011110110110001101100101001110011010110010100001011100111010110110111010111010010010000011 | efa6abeb9aaded8d94e6b285ceb6eba483 |
UHC | 嶺뚭퍔沅ζ뤃 | 111001111010110110001100111010101011101110001011111010101011011010100101111001101000111110110100 | e7ad8ceabb8beab6a5e68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)