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 | ꧪt^ | 111010101010011110001110101010100111010001011110 | eaa78eaa745e |
SJIS-WIN | ?§??t^ | 00111111100000011001100000111111001111110111010001011110 | 3f81983f3f745e |
EUC-JP | ê§?ªt^ | 1000111110101011101101001010000111111000001111111000111110100010111011000111010001011110 | 8fabb4a1f83f8fa2ec745e |
UTF-8 | ꧪt^ | 11000011101010101100001010100111110000101000111011000010101010100111010001011110 | c3aac2a7c28ec2aa745e |
UHC | ?§?ªt^ | 0011111110100001110101110011111110101000101000110111010001011110 | 3fa1d73fa8a3745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)