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 | ??莢??脅^ | 001111110011111111100100101100000011111100111111100010111011101001011110 | 3f3fe4b03f3f8bba5e |
EUC-JP | ??莢??脅^ | 001111110011111111101000101100100011111100111111101101101011110001011110 | 3f3fe8b23f3fb6bc5e |
UTF-8 | 렠룿莢렠룿脅^ | 11101011101000001010000011101011101000111011111111101000100011101010001011101011101000001010000011101011101000111011111111101000100001001000010101011110 | eba0a0eba3bfe88ea2eba0a0eba3bfe884855e |
UHC | 렠룿莢렠룿脅^ | 10001110101100011000111110110000111110101111100010001110101100011000111110110000111110101111011001011110 | 8eb18fb0faf88eb18fb0faf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)