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 | 繒?渼 | 1111101110001111001111111111101101001001 | fb8f3ffb49 |
EUC-JP | 繒琫渼 | 100011111101010011010100100011111100110010101111100011111100011111110000 | 8fd4d48fccaf8fc7f0 |
UTF-8 | 繒琫渼 | 111001111011100110010010111001111001000010101011111001101011100010111100 | e7b992e790abe6b8bc |
UHC | 繒琫渼 | 111100011111100111011100111011011101101010110100 | f1f9dceddab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)