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 | 曜??猶?? | 1001011101101010001111110011111110010111010100000011111100111111 | 976a3f3f97503f3f |
EUC-JP | 曜??猶?? | 1100110111001011001111110011111111001101101100010011111100111111 | cdcb3f3fcdb13f3f |
UTF-8 | 曜섎쐧猶쏁쪥 | 111001101001101110011100111011001000010010001110111011001001000010100111111001111000110010110110111011001000111110000001111011001010101010100101 | e69b9cec848eec90a7e78cb6ec8f81ecaaa5 |
UHC | 曜섎쐧猶쏁쪥 | 111010001111100010011000111010111001110010001100111010111010001010011011111001111010010110011110 | e8f898eb9c8ceba29be7a59e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)