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 | 晧?航?扈 | 1001110111101100001111111000110101110001001111111110011110111011 | 9dec3f8d713fe7bb |
EUC-JP | 晧?航?扈 | 1101101011101110001111111011100111010010001111111110111010111101 | daee3fb9d23feebd |
UTF-8 | 晧렍航렠扈 | 111001101001100110100111111010111010000010001101111010001000100010101010111010111010000010100000111001101000100110001000 | e699a7eba08de888aaeba0a0e68988 |
UHC | 晧렍航렠扈 | 11111011110001011000111010100011111110011111111010001110101100011111101111000011 | fbc58ea3f9fe8eb1fbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)