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 | ???賃? | 001111110011111100111111100100101100000000111111 | 3f3f3f92c03f |
EUC-JP | ???賃? | 001111110011111100111111110001001100001000111111 | 3f3f3fc4c23f |
UTF-8 | 卄솰솎賃솰 | 111001011000110110000100111011001000011010110000111011001000011010001110111010001011001110000011111011001000011010110000 | e58d84ec86b0ec868ee8b383ec86b0 |
UHC | 卄솰솎賃솰 | 11101100111111101011110011100000101111001101010011101100111111001011110011100000 | ecfebce0bcd4ecfcbce0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)