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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 諺?~\ | 100011001011111100111111100000010110000001011100 | 8cbf3f81605c |
EUC-JP | 諺?〜\ | 101110001100000100111111101000011100000101011100 | b8c13fa1c15c |
UTF-8 | 諺뚮~\ | 11101000101010111011101011101011100110101010111011101111101111011001111001011100 | e8abbaeb9aaeefbd9e5c |
UHC | 諺뚮~\ | 11100101111011001000110011101011101000101010011001011100 | e5ec8ceba2a65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)