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 | 籵爵灼 | 111000101110000010001110110111011000111011011100 | e2e08edd8edc |
EUC-JP | 籵爵灼 | 111001001110001010111100110111111011110011011110 | e4e2bcdfbcde |
UTF-8 | 籵爵灼 | 111001111011000110110101111001111000100010110101111001111000000110111100 | e7b1b5e788b5e781bc |
UHC | ?爵灼 | 0011111111101101110010011110110111000111 | 3fedc9edc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)