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 | ?邯怜 | 0011111111100111101101101001011111100101 | 3fe7b697e5 |
EUC-JP | ?邯怜 | 0011111111101110101110001100111011100111 | 3feeb8cee7 |
UTF-8 | 젖邯怜 | 111011001010000010010110111010011000001010101111111001101000000010011100 | eca096e982afe6809c |
UHC | 젖邯怜 | 110000011010010111001010111110111101011010111011 | c1a5cafbd6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)