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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????忿 | 00111111001111110011111100111111001111111001110001111100 | 3f3f3f3f3f9c7c |
EUC-JP | ?????忿 | 00111111001111110011111100111111001111111101011111011101 | 3f3f3f3f3fd7dd |
UTF-8 | 뤯헤ㆋ혦틣忿 | 111010111010010010101111111011011001011110100100111000111000011010001011111011011001100010100110111011011000101110100011111001011011111110111111 | eba4afed97a4e3868bed98a6ed8ba3e5bfbf |
UHC | 뤯헤ㆋ혦틣忿 | 100011111101110111000111111011001010010011111011110000101000111010111010100011111101110111001000 | 8fddc7eca4fbc28eba8fddc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)