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 | 諸葛?? | 100011111001010010001010100010110011111100111111 | 8f948a8b3f3f |
EUC-JP | 諸葛?? | 101111011111010010110011111010110011111100111111 | bdf4b3eb3f3f |
UTF-8 | 諸葛렕렱 | 111010001010101110111000111010001001000110011011111010111010000010010101111010111010000010110001 | e8abb8e8919beba095eba0b1 |
UHC | 諸葛렕렱 | 1111000010110011110010101110011110001110101010101000111010111110 | f0b3cae78eaa8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)