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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋺肴勁蒟 | 1110011111111010100011011110011010011001101001001110010011100101 | e7fa8de699a4e4e5 |
EUC-JP | 鋺肴勁蒟 | 1110111011111100101110101110100011010010101001101110100011100111 | eefcbae8d2a6e8e7 |
UTF-8 | 鋺肴勁蒟 | 111010011000101110111010111010001000001010110100111001011000101110000001111010001001001010011111 | e98bbae882b4e58b81e8929f |
UHC | ?肴勁? | 001111111111110110100010110011001100110100111111 | 3ffda2cccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)