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 | 薔???熊? | 1110010101001011001111110011111100111111100011000100011000111111 | e54b3f3f3f8c463f |
EUC-JP | 薔???熊? | 1110100110101100001111110011111100111111101101111010011100111111 | e9ac3f3f3fb7a73f |
UTF-8 | 薔ㅺ렚렩熊렭 | 111010001001011010010100111000111000010110111010111010111010000010011010111010111010000010101001111001111000011010001010111010111010000010101101 | e89694e385baeba09aeba0a9e7868aeba0ad |
UHC | 薔ㅺ렚렩熊렭 | 111011011111100110100100111010101000111010101101100011101011011111101010101010001000111010111010 | edf9a4ea8ead8eb7eaa88eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)