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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ暗古暗沓 | 110000111000100011000011100011001100001110001000110000111000110001000010 | c388c38cc388c38c42 |
EUC-JP | テ暗古暗沓 | 10001110110000111011000011000101101110001100010110110000110001011011011110100011 | 8ec3b0c5b8c5b0c5b7a3 |
UTF-8 | テ暗古暗沓 | 111011111011111010000011111001101001101010010111111001011000111110100100111001101001101010010111111001101011001010010011 | efbe83e69a97e58fa4e69a97e6b293 |
UHC | ?暗古暗沓 | 001111111110010011011110110011011010111111100100110111101101001111001011 | 3fe4decdafe4ded3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)