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 | 罌??椅?? | 1110001110100000001111110011111110001000110101100011111100111111 | e3a03f3f88d63f3f |
EUC-JP | 罌??椅?? | 1110011010100010001111110011111110110000110110000011111100111111 | e6a23f3fb0d83f3f |
UTF-8 | 罌븐꼻椅좂뇖 | 111001111011110110001100111010111011100010010000111010101011110010111011111001101010010010000101111011001010001010000010111010111000011110010110 | e7bd8cebb890eabcbbe6a485eca282eb8796 |
UHC | 罌븐꼻椅좂뇖 | 111001011010001010111010111011001000010010010011111010111111010110100000111001111000011110000001 | e5a2baec8493ebf5a0e78781 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)