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 | 豫????? | 10011000101011000011111100111111001111110011111100111111 | 98ac3f3f3f3f3f |
EUC-JP | 豫????? | 11010000101011100011111100111111001111110011111100111111 | d0ae3f3f3f3f3f |
UTF-8 | 豫곕콈履뺞마 | 111010001011000110101011111010101011001110010101111011001011110110001000111011111010011110011111111010111011101010011110111010111010011110001000 | e8b1abeab395ecbd88efa79febba9eeba788 |
UHC | 豫곕콈履뺞마 | 111001111110001110110000111010111011000110000100111011001010101010010101111001101011100010110110 | e7e3b0ebb184ecaa95e6b8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)