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 | 湖私?\ | 100011001100111010001110100001000011111101011100 | 8cce8e843f5c |
EUC-JP | 湖私?\ | 101110001101000010111011111001000011111101011100 | b8d0bbe43f5c |
UTF-8 | 湖私칡\ | 11100110101110011001011011100111101001111000000111101100101110011010000101011100 | e6b996e7a781ecb9a15c |
UHC | 湖私칡\ | 11111011110010011101111011100111110001001010011001011100 | fbc9dee7c4a65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)