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 | 陷エ蜃ェ蜈カ | 111010001001110010110100111001011000011110101010111001011000010110110110 | e89cb4e587aae585b6 |
EUC-JP | 陷エ蜃ェ蜈カ | 111011111111110010001110101101001110100111100111100011101010101011101001111001011000111010110110 | effc8eb4e9e78eaae9e58eb6 |
UTF-8 | 陷エ蜃ェ蜈カ | 111010011001100110110111111011111011110110110100111010001001110010000011111011111011110110101010111010001001110010001000111011111011110110110110 | e999b7efbdb4e89c83efbdaae89c88efbdb6 |
UHC | 陷?蜃?蜈? | 111110011110100000111111111000111111000100111111111010001010010100111111 | f9e83fe3f13fe8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)