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 | ??凋??凋^ | 001111110011111110010010100111000011111100111111100100101001110001011110 | 3f3f929c3f3f929c5e |
EUC-JP | ??凋??凋^ | 001111110011111111000011111111000011111100111111110000111111110001011110 | 3f3fc3fc3f3fc3fc5e |
UTF-8 | 렱렚凋렱렚凋^ | 11101011101000001011000111101011101000001001101011100101100001111000101111101011101000001011000111101011101000001001101011100101100001111000101101011110 | eba0b1eba09ae5878beba0b1eba09ae5878b5e |
UHC | 렱렚凋렱렚凋^ | 10001110101111101000111010101101111100001011110110001110101111101000111010101101111100001011110101011110 | 8ebe8eadf0bd8ebe8eadf0bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)