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 | ??A?? | 0011111100111111010000010011111100111111 | 3f3f413f3f |
SJIS-WIN | 蓴擘A樽消 | 111001001111000110011101101001000100000110010010010011011000111111000001 | e4f19da441924d8fc1 |
EUC-JP | 蓴擘A樽消 | 111010001111001111011010101001100100000111000011101011101011111011000011 | e8f3daa641c3aebec3 |
UTF-8 | 蓴擘A樽消 | 11101000100100111011010011100110100100111001100001000001111001101010100010111101111001101011011010001000 | e893b4e6939841e6a8bde6b688 |
UHC | 蓴擘A樽消 | 111000101111000111011011111110110100000111110001110111001110000110111100 | e2f1dbfb41f1dce1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)