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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 羲牙讐^ | 11100011101110101000100111100101100011110101000101011110 | e3ba89e58f515e |
EUC-JP | 羲牙讐^ | 11100110101111001011001011100111101111011011001001011110 | e6bcb2e7bdb25e |
UTF-8 | 羲牙讐^ | 11100111101111101011001011100111100010011001100111101000101011101001000001011110 | e7beb2e78999e8ae905e |
UHC | 羲牙讐^ | 11111101111111011110010010110011111000101100001001011110 | fdfde4b3e2c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)