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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 績??小? | 10010000110100010011111100111111100011111010110000111111 | 90d13f3f8fac3f |
EUC-JP | 績??小? | 11000000110100110011111100111111101111101010111000111111 | c0d33f3fbeae3f |
UTF-8 | 績렧뤈小쥷 | 111001111011100010111110111010111010000010100111111010111010010010001000111001011011000010001111111011001010010110110111 | e7b8beeba0a7eba488e5b08feca5b7 |
UHC | 績렧뤈小쥷 | 11101110111000001000111010110110100011111011100011100001101100111010001101000110 | eee08eb68fb8e1b3a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)