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 | 陂喜査 | 111010001001100010001010111011001000110110111000 | e8988aec8db8 |
EUC-JP | 陂喜査 | 111011111111100010110100111011101011101010111010 | eff8b4eebaba |
UTF-8 | 陂喜査 | 111010011001100110000010111001011001011010011100111001101001111110111011 | e99982e5969ce69fbb |
UHC | 陂喜査 | 111110011010111011111101111011001101111011011011 | f9aefdecdedb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)