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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 泳????? | 10001001011010100011111100111111001111110011111100111111 | 896a3f3f3f3f3f |
EUC-JP | 泳????? | 10110001110010110011111100111111001111110011111100111111 | b1cb3f3f3f3f3f |
UTF-8 | 泳싧콪嶪뤺뵷 | 111001101011001110110011111011001000101110100111111011001011110110101010111001011011011010101010111010111010010010111010111010111011010110110111 | e6b3b3ec8ba7ecbdaae5b6aaeba4baebb5b7 |
UHC | 泳싧콪嶪뤺뵷 | 111001111011011010011010111001011011000110011110111001011111010110001111111010001001010010110101 | e7b69ae5b19ee5f58fe894b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)