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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 濠?骸 | 1000110110001010001111111000101001011011 | 8d8a3f8a5b |
EUC-JP | 濠?骸 | 1011100111101010001111111011001110111100 | b9ea3fb3bc |
UTF-8 | 濠렕骸 | 111001101011111110100000111010111010000010010101111010011010101010111000 | e6bfa0eba095e9aab8 |
UHC | 濠렕骸 | 111110111100110010001110101010101111101010110101 | fbcc8eaafab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)