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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ?瀋?銓E | 00111111111000000110001100111111111001111111001001000101 | 3fe0633fe7f245 |
EUC-JP | ?瀋?銓E | 00111111110111111100010000111111111011101111010001000101 | 3fdfc43feef445 |
UTF-8 | 룶瀋룫銓E | 11101011101000111011011011100111100000001000101111101011101000111010101111101001100010101001001101000101 | eba3b6e7808beba3abe98a9345 |
UHC | 룶瀋룫銓E | 100011111010101111100100101000111000111110100010111011111011000001000101 | 8fabe4a38fa2efb045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)