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 | 陂喜く | 111010001001100010001010111011001000001010101101 | e8988aec82ad |
EUC-JP | 陂喜く | 111011111111100010110100111011101010010010101111 | eff8b4eea4af |
UTF-8 | 陂喜く | 111010011001100110000010111001011001011010011100111000111000000110001111 | e99982e5969ce3818f |
UHC | 陂喜く | 111110011010111011111101111011001010101010101111 | f9aefdecaaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)