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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 掌??節?] | 1000111110110110001111110011111110010000110111110011111101011101 | 8fb63f3f90df3f5d |
EUC-JP | 掌??節?] | 1011111010111000001111110011111111000000111000010011111101011101 | beb83f3fc0e13f5d |
UTF-8 | 掌싷풏節쯖] | 11100110100011101000110011101100100010111011011111101101100100101000111111100111101011111000000011101100101011111001011001011101 | e68e8cec8bb7ed928fe7af80ecaf965d |
UHC | 掌싷풏節쯖] | 1110110111100110100110101110111110111110100100111110111110111101101010010101000101011101 | ede69aefbe93efbda9515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)