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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 萸?Н萸?О^ | 1110010011001110001111111000010001001110111001001100111000111111100001000100111101011110 | e4ce3f844ee4ce3f844f5e |
EUC-JP | 萸?Н萸?О^ | 1110100011010000001111111010011110101111111010001101000000111111101001111011000001011110 | e8d03fa7afe8d03fa7b05e |
UTF-8 | 萸덈Н萸묐О^ | 1110100010010000101110001110101110001101100010001101000010011101111010001001000010111000111010111010110010010000110100001001111001011110 | e890b8eb8d88d09de890b8ebac90d09e5e |
UHC | 萸덈Н萸묐О^ | 11101011101011011000100011101011101011001010111111101011101011011001000111101011101011001011000001011110 | ebad88ebacafebad91ebacb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)