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 | 巽巽巽端臓 | 10010010010001101001001001000110100100100100011010010010010110111001000110011111 | 924692469246925b919f |
EUC-JP | 巽巽巽端臓 | 11000011101001111100001110100111110000111010011111000011101111001100001010100001 | c3a7c3a7c3a7c3bcc2a1 |
UTF-8 | 巽巽巽端臓 | 111001011011011110111101111001011011011110111101111001011011011110111101111001111010101110101111111010001000011110010011 | e5b7bde5b7bde5b7bde7abafe88793 |
UHC | 巽巽巽端? | 111000011101111011100001110111101110000111011110110100111010111000111111 | e1dee1dee1ded3ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)