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 | ç£Så¹ | 1110011110100011100011001000101110001100010100111110010110111001 | e7a38c8b8c53e5b9 |
SJIS-WIN | ?£???S?? | 001111111000000110010010001111110011111100111111010100110011111100111111 | 3f81923f3f3f533f3f |
EUC-JP | ç£???Så? | 10001111101010111010111010100001111100100011111100111111001111110101001110001111101010111010100100111111 | 8fabaea1f23f3f3f538faba93f |
UTF-8 | ç£Så¹ | 110000111010011111000010101000111100001010001100110000101000101111000010100011000101001111000011101001011100001010111001 | c3a7c2a3c28cc28bc28c53c3a5c2b9 |
UHC | ?????S?¹ | 001111110011111100111111001111110011111101010011001111111010100111110110 | 3f3f3f3f3f533fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)