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 | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
SJIS-WIN | 将、将繽ォ。w | 10001111101010111010010010001111101010111110001110001111101010111010000101110111 | 8faba48fabe38faba177 |
EUC-JP | 将、将繽ォ。w | 10111110101011011000111010100100101111101010110111100101111011111000111010101011100011101010000101110111 | bead8ea4beade5ef8eab8ea177 |
UTF-8 | 将、将繽ォ。w | 11100101101100001000011011101111101111011010010011100101101100001000011011100111101110011011110111101111101111011010101111101111101111011010000101110111 | e5b086efbda4e5b086e7b9bdefbdabefbda177 |
UHC | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)