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 | 臀牙讐^ | 11100100010111001000100111100101100011110101000101011110 | e45c89e58f515e |
EUC-JP | 臀牙讐^ | 11100111101111011011001011100111101111011011001001011110 | e7bdb2e7bdb25e |
UTF-8 | 臀牙讐^ | 11101000100001111000000011100111100010011001100111101000101011101001000001011110 | e88780e78999e8ae905e |
UHC | 臀牙讐^ | 11010100111010111110010010110011111000101100001001011110 | d4ebe4b3e2c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)