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^ | 1111101110110010100011110111010001011110 | fbb28f745e |
SJIS-WIN | ???t^ | 0011111100111111001111110111010001011110 | 3f3f3f745e |
EUC-JP | û??t^ | 10001111101010111110010100111111001111110111010001011110 | 8fabe53f3f745e |
UTF-8 | û²t^ | 1100001110111011110000101011001011000010100011110111010001011110 | c3bbc2b2c28f745e |
UHC | ?²?t^ | 001111111010100111110111001111110111010001011110 | 3fa9f73f745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)