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 | 臾る?萸?Н | 11100100011010111000001011101001001111111110010011001110001111111000010001001110 | e46b82e93fe4ce3f844e |
EUC-JP | 臾る?萸?Н | 11100111110011001010010011101011001111111110100011010000001111111010011110101111 | e7cca4eb3fe8d03fa7af |
UTF-8 | 臾る춵萸덈Н | 1110100010000111101111101110001110000010100010111110110010110110101101011110100010010000101110001110101110001101100010001101000010011101 | e887bee3828becb6b5e890b8eb8d88d09d |
UHC | 臾る춵萸덈Н | 111010111010110010101010111010111010110110010001111010111010110110001000111010111010110010101111 | ebacaaebad91ebad88ebacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)