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 | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-WIN | 譿」Y譿」bnoBF | 111110111010110010100011010110011111101110101100101000110110001001101110011011110100001001000110 | fbaca359fbaca3626e6f4246 |
EUC-JP | ?」Y?」bnoBF | 001111111000111010100011010110010011111110001110101000110110001001101110011011110100001001000110 | 3f8ea3593f8ea3626e6f4246 |
UTF-8 | 譿」Y譿」bnoBF | 111010001010110110111111111011111011110110100011010110011110100010101101101111111110111110111101101000110110001001101110011011110100001001000110 | e8adbfefbda359e8adbfefbda3626e6f4246 |
UHC | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)