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 | 種萌鱗 | 100011101110110110010110010001111001011111011000 | 8eed964797d8 |
EUC-JP | 種萌鱗 | 101111001110111111001011101010001100111011011010 | bcefcba8ceda |
UTF-8 | 種萌鱗 | 111001111010100010101110111010001001000010001100111010011011000110010111 | e7a8aee8908ce9b197 |
UHC | 種萌鱗 | 111100001111101011011000111100001101011111110111 | f0fad8f0d7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)