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 | ??u??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
SJIS-WIN | 猥?u猥?~E | 111000001100111000111111011101011110000011001110001111110111111001000101 | e0ce3f75e0ce3f7e45 |
EUC-JP | 猥?u猥?~E | 111000001101000000111111011101011110000011010000001111110111111001000101 | e0d03f75e0d03f7e45 |
UTF-8 | 猥빮u猥빮~E | 111001111000110010100101111010111011100110101110011101011110011110001100101001011110101110111001101011100111111001000101 | e78ca5ebb9ae75e78ca5ebb9ae7e45 |
UHC | 猥빮u猥빮~E | 1110100011100101100101011100011101110101111010001110010110010101110001110111111001000101 | e8e595c775e8e595c77e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)