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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 慂?え?? | 10011100110010000011111110000010101001100011111100111111 | 9cc83f82a63f3f |
EUC-JP | 慂?え?? | 11011000110010100011111110100100101010000011111100111111 | d8ca3fa4a83f3f |
UTF-8 | 慂뗫え栒뗫 | 111001101000010110000010111010111001011110101011111000111000000110001000111001101010000010010010111010111001011110101011 | e68582eb97abe38188e6a092eb97ab |
UHC | 慂뗫え栒뗫 | 11101001101111011000101111101011101010101010100011100010111000111000101111101011 | e9bd8bebaaa8e2e38beb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)