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 | 嚥≪?乳?? | 100110101000101110000001111000010011111110010011111110110011111100111111 | 9a8b81e13f93fb3f3f |
EUC-JP | 嚥≪?乳?? | 110100111110101110100010111000110011111111000110111111010011111100111111 | d3eba2e33fc6fd3f3f |
UTF-8 | 嚥≪떘乳쏙쭓 | 111001011001101010100101111000101000100110101010111010111001011010011000111001001011100110110011111011001000111110011001111011001010110110010011 | e59aa5e289aaeb9698e4b9b3ec8f99ecad93 |
UHC | 嚥≪떘乳쏙쭓 | 111001101011111110100001111011001000101110101110111010101110000110111101111011111010011110001011 | e6bfa1ec8baeeae1bdefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)