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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 磁式 | 1111000111110111100011101010010111110010101000011000111010101110 | f1f78ea5f2a18eae |
EUC-JP | ?磁?式 | 001111111011110010100111001111111011110010110000 | 3fbca73fbcb0 |
UTF-8 | 磁式 | 111011101000010110110010111001111010001110000001111011101000011110011000111001011011110010001111 | ee85b2e7a381ee8798e5bc8f |
UHC | ?磁?式 | 001111111110110110111000001111111110001111010010 | 3fedb83fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)