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 | 円??肉?? | 1000100101111110001111110011111110010011111101110011111100111111 | 897e3f3f93f73f3f |
EUC-JP | 円??肉?? | 1011000111011111001111110011111111000110111110010011111100111111 | b1df3f3fc6f93f3f |
UTF-8 | 円ㅿ퐘肉껅벦 | 111001011000011010000110111000111000010110111111111011011001000010011000111010001000001010001001111010101011101110000101111010111011001010100110 | e58686e385bfed9098e88289eabb85ebb2a6 |
UHC | 円ㅿ퐘肉껅벦 | 111001011111011110100100111011111011110110000010111010111011111110000011111001101001001110111110 | e5f7a4efbd82ebbf83e693be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)