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 | ??L@??L@B | 001111110011111101001100010000000011111100111111010011000100000001000010 | 3f3f4c403f3f4c4042 |
SJIS-WIN | 将ゥL@将ゥL@B | 1000111110101011101010010100110001000000100011111010101110101001010011000100000001000010 | 8faba94c408faba94c4042 |
EUC-JP | 将ゥL@将ゥL@B | 10111110101011011000111010101001010011000100000010111110101011011000111010101001010011000100000001000010 | bead8ea94c40bead8ea94c4042 |
UTF-8 | 将ゥL@将ゥL@B | 1110010110110000100001101110111110111101101010010100110001000000111001011011000010000110111011111011110110101001010011000100000001000010 | e5b086efbda94c40e5b086efbda94c4042 |
UHC | ??L@??L@B | 001111110011111101001100010000000011111100111111010011000100000001000010 | 3f3f4c403f3f4c4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)