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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諟璽鋙失霑 | 11111011101010001000111010100011111110111101000110001110101110001110100010111111 | fba88ea3fbd18eb8e8bf |
EUC-JP | 諟璽鋙失霑 | 100011111101111010110000101111001010010110001111111001001100001110111100101110101111000011000001 | 8fdeb0bca58fe4c3bcbaf0c1 |
UTF-8 | 諟璽鋙失霑 | 111010001010101110011111111001111001001010111101111010011000101110011001111001011010010010110001111010011001110010010001 | e8ab9fe792bde98b99e5a4b1e99c91 |
UHC | ?璽?失霑 | 0011111111011111110111100011111111100011111101111110111111000101 | 3fdfde3fe3f7efc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)