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 | ?}v?}vB | 00111111011111010111011000111111011111010111011001000010 | 3f7d763f7d7642 |
SJIS-WIN | 愛}v愛}vB | 100010001010010001111101011101101000100010100100011111010111011001000010 | 88a47d7688a47d7642 |
EUC-JP | 愛}v愛}vB | 101100001010011001111101011101101011000010100110011111010111011001000010 | b0a67d76b0a67d7642 |
UTF-8 | 愛}v愛}vB | 1110011010000100100110110111110101110110111001101000010010011011011111010111011001000010 | e6849b7d76e6849b7d7642 |
UHC | 愛}v愛}vB | 111001001111000101111101011101101110010011110001011111010111011001000010 | e4f17d76e4f17d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)