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 | ツカテ古仰ェ | 1100001010110110110000111000110011000011100010111100001010101010 | c2b6c38cc38bc2aa |
EUC-JP | ツカテ古仰ェ | 100011101100001010001110101101101000111011000011101110001100010110110110110001001000111010101010 | 8ec28eb68ec3b8c5b6c48eaa |
UTF-8 | ツカテ古仰ェ | 111011111011111010000010111011111011110110110110111011111011111010000011111001011000111110100100111001001011101110110000111011111011110110101010 | efbe82efbdb6efbe83e58fa4e4bbb0efbdaa |
UHC | ???古仰? | 0011111100111111001111111100110110101111111001001110011000111111 | 3f3f3fcdafe4e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)