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 | 邉「逵曖 | 11100111101100111010001011100111100111001001111001000010 | e7b3a2e79c9e42 |
EUC-JP | 邉「逵曖 | 1110111010110101100011101010001011101101111111001101101110100011 | eeb58ea2edfcdba3 |
UTF-8 | 邉「逵曖 | 111010011000001010001001111011111011110110100010111010011000000010110101111001101001101110010110 | e98289efbda2e980b5e69b96 |
UHC | ??逵曖 | 001111110011111111010000101100001110010011110010 | 3f3fd0b0e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)