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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 冐駕蹴鐔 | 1110001111101100100010011110110110001111010100101110100001011100 | e3ec89ed8f52e85c |
EUC-JP | 冐駕蹴鐔 | 1110011011101110101100101110111110111101101100111110111110111101 | e6eeb2efbdb3efbd |
UTF-8 | 冐駕蹴鐔 | 111001011000011010010000111010011010011110010101111010001011100110110100111010011001000010010100 | e58690e9a795e8b9b4e99094 |
UHC | ?駕蹴? | 001111111100101010111101111101011110110100111111 | 3fcabdf5ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)