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 | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
SJIS-WIN | 娼ャ。ッ^F | 10001111101010011010110010100001101011110101111001000110 | 8fa9aca1af5e46 |
EUC-JP | 娼ャ。ッ^F | 10111110101010111000111010101100100011101010000110001110101011110101111001000110 | beab8eac8ea18eaf5e46 |
UTF-8 | 娼ャ。ッ^F | 1110010110101000101111001110111110111101101011001110111110111101101000011110111110111101101011110101111001000110 | e5a8bcefbdacefbda1efbdaf5e46 |
UHC | 娼???^F | 11110011110111100011111100111111001111110101111001000110 | f3de3f3f3f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)