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 | 蜆暮カゥ | 111001011000010010010101111010011011011010101001 | e58495e9b6a9 |
EUC-JP | 蜆暮カゥ | 1110100111100100110010101110101110001110101101101000111010101001 | e9e4caeb8eb68ea9 |
UTF-8 | 蜆暮カゥ | 111010001001110010000110111001101001101010101110111011111011110110110110111011111011110110101001 | e89c86e69aaeefbdb6efbda9 |
UHC | ?暮?? | 0011111111011001101110100011111100111111 | 3fd9ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)