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 | 邵ォ辜橘 | 11100111101110001010101111100111100000111000101101101011 | e7b8abe7838b6b |
EUC-JP | 邵ォ辜橘 | 1110111010111010100011101010101111101101111000111011010111001100 | eeba8eabede3b5cc |
UTF-8 | 邵ォ辜橘 | 111010011000001010110101111011111011110110101011111010001011111010011100111001101010100110011000 | e982b5efbdabe8be9ce6a998 |
UHC | 邵?辜橘 | 11100001110100000011111111001101110100001101000010111001 | e1d03fcdd0d0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)