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 | ????@? | 001111110011111100111111001111110100000000111111 | 3f3f3f3f403f |
SJIS-WIN | 葹イ貉ソ@葹 | 111001001101111110110010111001101011100110111111010000001110010011011111 | e4dfb2e6b9bf40e4df |
EUC-JP | 葹イ貉ソ@葹 | 1110100011100001100011101011001011101100101110111000111010111111010000001110100011100001 | e8e18eb2ecbb8ebf40e8e1 |
UTF-8 | 葹イ貉ソ@葹 | 11101000100100011011100111101111101111011011001011101000101100101000100111101111101111011011111101000000111010001001000110111001 | e891b9efbdb2e8b289efbdbf40e891b9 |
UHC | ????@? | 001111110011111100111111001111110100000000111111 | 3f3f3f3f403f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)