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 | ????uB | 001111110011111100111111001111110111010101000010 | 3f3f3f3f7542 |
SJIS-WIN | 瞶uB | 11110101101111011110000111010110111101011011110111110001111111000111010101000010 | f5bde1d6f5bdf1fc7542 |
EUC-JP | ?瞶??uB | 00111111111000101101100000111111001111110111010101000010 | 3fe2d83f3f7542 |
UTF-8 | 瞶uB | 1110111010010000101010001110011110011110101101101110111010010000101010001110111010000101101101110111010101000010 | ee90a8e79eb6ee90a8ee85b77542 |
UHC | ????uB | 001111110011111100111111001111110111010101000010 | 3f3f3f3f7542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)