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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈞帛サコ | 111001111110000010011011111001011011101110111010 | e7e09be5bbba |
EUC-JP | 鈞帛サコ | 1110111011100010110101101110011110001110101110111000111010111010 | eee2d6e78ebb8eba |
UTF-8 | 鈞帛サコ | 111010011000100010011110111001011011100010011011111011111011110110111011111011111011110110111010 | e9889ee5b89befbdbbefbdba |
UHC | 鈞帛?? | 110100001011011111011011110110010011111100111111 | d0b7dbd93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)