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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 貅烋豎牘B | 111001101011101011100000011111011110011010110001111000001010111101000010 | e6bae07de6b1e0af42 |
EUC-JP | 貅烋豎牘B | 111011001011110011011111110111101110110010110011111000001011000101000010 | ecbcdfdeecb3e0b142 |
UTF-8 | 貅烋豎牘B | 11101000101100101000010111100111100000111000101111101000101100011000111011100111100010011001100001000010 | e8b285e7838be8b18ee7899842 |
UHC | ?烋?牘B | 00111111111111011100111000111111110101001011101001000010 | 3ffdce3fd4ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)