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 | ??’??’^ | 001111110011111110000001011001100011111100111111100000010110011001011110 | 3f3f81663f3f81665e |
EUC-JP | ??’??’^ | 001111110011111110100001110001110011111100111111101000011100011101011110 | 3f3fa1c73f3fa1c75e |
UTF-8 | 룶엌’룶엌’^ | 11101011101000111011011011101100100101111000110011100010100000001001100111101011101000111011011011101100100101111000110011100010100000001001100101011110 | eba3b6ec978ce28099eba3b6ec978ce280995e |
UHC | 룶엌’룶엌’^ | 10001111101010111011111011111101101000011010111110001111101010111011111011111101101000011010111101011110 | 8fabbefda1af8fabbefda1af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)