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 | ?拾?岫 | 001111111000111101000101001111111001101110101011 | 3f8f453f9bab |
EUC-JP | ?拾?岫 | 001111111011110110100110001111111101011010101101 | 3fbda63fd6ad |
UTF-8 | 룶拾룵岫 | 111010111010001110110110111001101000101110111110111010111010001110110101111001011011001010101011 | eba3b6e68bbeeba3b5e5b2ab |
UHC | 룶拾룵岫 | 1000111110101011111000111010011010001111101010101110000111111011 | 8fabe3a68faae1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)