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 | 拾??獸 | 100011110100010100111111001111111110000011010111 | 8f453f3fe0d7 |
EUC-JP | 拾??獸 | 101111011010011000111111001111111110000011011001 | bda63f3fe0d9 |
UTF-8 | 拾룉룼獸 | 111001101000101110111110111010111010001110001001111010111010001110111100111001111000110110111000 | e68bbeeba389eba3bce78db8 |
UHC | 拾룉룼獸 | 1110001110100110100011111000100010001111101011101110001010101110 | e3a68f888faee2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)