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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 貅尖キエ笏シ | 111001101011101010010000111010111011011110110100111000101001010010111100 | e6ba90ebb7b4e294bc |
EUC-JP | 貅尖キエ笏シ | 111011001011110011000000111011011000111010110111100011101011010011100011111101001000111010111100 | ecbcc0ed8eb78eb4e3f48ebc |
UTF-8 | 貅尖キエ笏シ | 111010001011001010000101111001011011000010010110111011111011110110110111111011111011110110110100111001111010110010001111111011111011110110111100 | e8b285e5b096efbdb7efbdb4e7ac8fefbdbc |
UHC | ?尖??笏? | 0011111111110100110100110011111100111111111110111110111000111111 | 3ff4d33f3ffbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)