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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 莨邊莨邊^ | 111001001011110011100111101100101110010010111100111001111011001001011110 | e4bce7b2e4bce7b25e |
EUC-JP | 莨邊莨邊^ | 111010001011111011101110101101001110100010111110111011101011010001011110 | e8beeeb4e8beeeb45e |
UTF-8 | 莨邊莨邊^ | 11101000100011101010100011101001100000101000101011101000100011101010100011101001100000101000101001011110 | e88ea8e9828ae88ea8e9828a5e |
UHC | ?邊?邊^ | 00111111110111001010101100111111110111001010101101011110 | 3fdcab3fdcab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)