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 | ?櫻八龕 | 00111111100111110100111010010100101010101110101010011100 | 3f9f4e94aaea9c |
EUC-JP | ?櫻八龕 | 00111111110111011010111111001000101011001111001111111100 | 3fddafc8acf3fc |
UTF-8 | 룶櫻八龕 | 111010111010001110110110111001101010101110111011111001011000010110101011111010011011111010010101 | eba3b6e6abbbe585abe9be95 |
UHC | 룶櫻八龕 | 1000111110101011111001011010000111111000101000101100101011111110 | 8fabe5a1f8a2cafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)