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 | 櫻??昻 | 100111110100111000111111001111111111101011010000 | 9f4e3f3ffad0 |
EUC-JP | 櫻??? | 1101110110101111001111110011111100111111 | ddaf3f3f3f |
UTF-8 | 櫻쇰젲昻 | 111001101010101110111011111011001000011110110000111011001010000010110010111001101001100010111011 | e6abbbec87b0eca0b2e698bb |
UHC | 櫻쇰젲昻 | 1110010110100001101111001110101110100000101001101110010011101001 | e5a1bceba0a6e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)