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 | 有?艤 | 1001011101001100001111111110010001111110 | 974c3fe47e |
EUC-JP | 有?艤 | 1100110110101101001111111110011111011111 | cdad3fe7df |
UTF-8 | 有렗艤 | 111001101001110010001001111010111010000010010111111010001000100110100100 | e69c89eba097e889a4 |
UHC | 有렗艤 | 111010101111001110001110101011001110101111111010 | eaf38eacebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)