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 | 伊逗工畯 | 1000100011001001100100001000000010001101010010001111101101101111 | 88c990808d48fb6f |
EUC-JP | 伊逗工畯 | 101100001100101110111111111000001011100110101001100011111100110110111011 | b0cbbfe0b9a98fcdbb |
UTF-8 | 伊逗工畯 | 111001001011110010001010111010011000000010010111111001011011011110100101111001111001010110101111 | e4bc8ae98097e5b7a5e795af |
UHC | 伊逗工畯 | 1110110010100101110101001110100011001101111011111111000111100001 | eca5d4e8cdeff1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)