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 | ?ヨ?? | 0011111110000011100010000011111100111111 | 3f83883f3f |
EUC-JP | ?ヨ?? | 0011111110100101111010000011111100111111 | 3fa5e83f3f |
UTF-8 | 樂ヨ뮰樂 | 111011111010011010111111111000111000001110101000111010111010111010110000111011111010011010111111 | efa6bfe383a8ebaeb0efa6bf |
UHC | 樂ヨ뮰樂 | 1110100011111001101010111110100010010010101110011110100011111001 | e8f9abe892b9e8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)