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 | ????S? | 001111110011111100111111001111110101001100111111 | 3f3f3f3f533f |
SJIS-WIN | 将。娼ーS宵 | 100011111010101110100001100011111010100110110000010100111000111110101010 | 8faba18fa9b0538faa |
EUC-JP | 将。娼ーS宵 | 1011111010101101100011101010000110111110101010111000111010110000010100111011111010101100 | bead8ea1beab8eb053beac |
UTF-8 | 将。娼ーS宵 | 11100101101100001000011011101111101111011010000111100101101010001011110011101111101111011011000001010011111001011010111010110101 | e5b086efbda1e5a8bcefbdb053e5aeb5 |
UHC | ??娼?S宵 | 0011111100111111111100111101111000111111010100111110000110110010 | 3f3ff3de3f53e1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)