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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 源?源??脛 | 100011001011100100111111100011001011100100111111001111111110001111111000 | 8cb93f8cb93f3fe3f8 |
EUC-JP | 源?源?饔脛 | 1011100010111011001111111011100010111011001111111000111111101000111011111110011011111010 | b8bb3fb8bb3f8fe8efe6fa |
UTF-8 | 源렰源렰饔脛 | 111001101011101010010000111010111010000010110000111001101011101010010000111010111010000010110000111010011010010110010100111010001000010010011011 | e6ba90eba0b0e6ba90eba0b0e9a594e8849b |
UHC | 源렰源렰饔脛 | 111010101011100110001110101111011110101010111001100011101011110111101000101111011100110011101011 | eab98ebdeab98ebde8bdcceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)