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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 円??肉?ズ | 100010010111111000111111001111111001001111110111001111111000001101011001 | 897e3f3f93f73f8359 |
EUC-JP | 円??肉?ズ | 101100011101111100111111001111111100011011111001001111111010010110111010 | b1df3f3fc6f93fa5ba |
UTF-8 | 円ㅿ퐘肉껇ズ | 111001011000011010000110111000111000010110111111111011011001000010011000111010001000001010001001111010101011101110000111111000111000001010111010 | e58686e385bfed9098e88289eabb87e382ba |
UHC | 円ㅿ퐘肉껇ズ | 111001011111011110100100111011111011110110000010111010111011111110000011111010001010101110111010 | e5f7a4efbd82ebbf83e8abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)