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 | 閼ア遶ッ蜈カ | 111010001000010010110001111001111010101110101111111001011000010110110110 | e884b1e7abafe585b6 |
EUC-JP | 閼ア遶ッ蜈カ | 111011111110010010001110101100011110111010101101100011101010111111101001111001011000111010110110 | efe48eb1eead8eafe9e58eb6 |
UTF-8 | 閼ア遶ッ蜈カ | 111010011001011010111100111011111011110110110001111010011000000110110110111011111011110110101111111010001001110010001000111011111011110110110110 | e996bcefbdb1e981b6efbdafe89c88efbdb6 |
UHC | 閼???蜈? | 1110010011011001001111110011111100111111111010001010010100111111 | e4d93f3f3fe8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)