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 | 潟諄緖 | 100010101000001111100110011110001111101110001110 | 8a83e678fb8e |
EUC-JP | 潟諄? | 1011001111100011111010111101100100111111 | b3e3ebd93f |
UTF-8 | 潟諄緖 | 111001101011110110011111111010001010101110000100111001111011011110010110 | e6bd9fe8ab84e7b796 |
UHC | 潟諄緖 | 111000001011001111100010111101001101111111111101 | e0b3e2f4dffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)