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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艪掩謙纃 | 1110010010000010100010011000011010001100101010101110001110001101 | e48289868caae38d |
EUC-JP | 艪掩謙纃 | 1110011111100010101100011110011010111000101011001110010111101101 | e7e2b1e6b8ace5ed |
UTF-8 | 艪掩謙纃 | 111010001000100110101010111001101000111010101001111010001010110010011001111001111011101010000011 | e889aae68ea9e8ac99e7ba83 |
UHC | ?掩謙? | 001111111110010111110011110011001100010100111111 | 3fe5f3ccc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)