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 | 羚水院羚 | 1110001110110111100100001000010110001001010000001110001110110111 | e3b790858940e3b7 |
EUC-JP | 羚水院羚 | 1110011010111001101111111110010110110001101000011110011010111001 | e6b9bfe5b1a1e6b9 |
UTF-8 | 羚水院羚 | 111001111011111010011010111001101011000010110100111010011001100110100010111001111011111010011010 | e7be9ae6b0b4e999a2e7be9a |
UHC | 羚水院羚 | 1101011010111110111000101010100111101010110000101101011010111110 | d6bee2a9eac2d6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)