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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 邕杻?? | 1000111111100001111011011000111111000011101001100011111100111111 | 8fe1ed8fc3a63f3f |
UTF-8 | 邕杻렚렡 | 111010011000001010010101111001101001110110111011111010111010000010011010111010111010000010100001 | e98295e69dbbeba09aeba0a1 |
UHC | 邕杻렚렡 | 1110100010111011110100101110111010001110101011011000111010110010 | e8bbd2ee8ead8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)