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 | äϹξè | 1110010011001111100011101011100110001110110011101011111011101000 | e4cf8eb98ecebee8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | äÏ???Î?è | 10001111101010111010001110001111101010101100000100111111001111110011111110001111101010101100001000111111100011111010101110110010 | 8faba38faac13f3f3f8faac23f8fabb2 |
UTF-8 | äϹξè | 11000011101001001100001110001111110000101000111011000010101110011100001010001110110000111000111011000010101111101100001110101000 | c3a4c38fc28ec2b9c28ec38ec2bec3a8 |
UHC | ???¹??¾? | 00111111001111110011111110101001111101100011111100111111101010001111101000111111 | 3f3f3fa9f63f3fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)