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 | 逶烹貂ヲ | 11100111100110111001011001000010111001101011100010100110 | e79b9642e6b8a6 |
EUC-JP | 逶烹貂ヲ | 1110110111111011110010111010001111101100101110101000111010100110 | edfbcba3ecba8ea6 |
UTF-8 | 逶烹貂ヲ | 111010011000000010110110111001111000001110111001111010001011001010000010111011111011110110100110 | e980b6e783b9e8b282efbda6 |
UHC | ?烹貂? | 001111111111100010110010111101011011000000111111 | 3ff8b2f5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)