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 | Çí£éûç | 1000111111000111111011011010001111101001111110111000111111100111 | 8fc7eda3e9fb8fe7 |
SJIS-WIN | ???£???? | 001111110011111100111111100000011001001000111111001111110011111100111111 | 3f3f3f81923f3f3f3f |
EUC-JP | ?Çí£éû?ç | 00111111100011111010101010101110100011111010101110111111101000011111001010001111101010111011000110001111101010111110010100111111100011111010101110101110 | 3f8faaae8fabbfa1f28fabb18fabe53f8fabae |
UTF-8 | Çí£éûç | 11000010100011111100001110000111110000111010110111000010101000111100001110101001110000111011101111000010100011111100001110100111 | c28fc387c3adc2a3c3a9c3bbc28fc3a7 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)