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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 翅盥艘 | 111000111100000011100001101101111110010001111010 | e3c0e1b7e47a |
EUC-JP | 翅盥艘 | 111001101100001011100010101110011110011111011011 | e6c2e2b9e7db |
UTF-8 | 翅盥艘 | 111001111011111110000101111001111001101110100101111010001000100110011000 | e7bf85e79ba5e88998 |
UHC | 翅?? | 11100011110001110011111100111111 | e3c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)