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 | ??\?? | 0011111100111111010111000011111100111111 | 3f3f5c3f3f |
SJIS-WIN | ??\縡? | 001111110011111101011100111000110111000100111111 | 3f3f5ce3713f |
EUC-JP | ??\縡? | 001111110011111101011100111001011101001000111111 | 3f3f5ce5d23f |
UTF-8 | 亐렕\縡렕 | 11100100101110101001000011101011101000001001010101011100111001111011100010100001111010111010000010010101 | e4ba90eba0955ce7b8a1eba095 |
UHC | 亐렕\縡렕 | 111010101010011110001110101010100101110011101110101011011000111010101010 | eaa78eaa5ceead8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)