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 | 箋⑨?掌?? | 111000101011001110000111010010000011111110001111101101100011111100111111 | e2b387483f8fb63f3f |
EUC-JP | 箋??掌?? | 1110010010110101001111110011111110111110101110000011111100111111 | e4b53f3fbeb83f3f |
UTF-8 | 箋⑨풊掌㏝몚 | 111001111010111010001011111000101001000110101000111011011001001010001010111001101000111010001100111000111000111110011101111010111010101010011010 | e7ae8be291a8ed928ae68e8ce38f9debaa9a |
UHC | 箋⑨풊掌㏝몚 | 111011111010100010101000111011111011111010010000111011011110011010100111111010011001000110001000 | efa8a8efbe90ede6a7e99188 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)