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 | 豫??宜?? | 1001100010101100001111110011111110001011010110000011111100111111 | 98ac3f3f8b583f3f |
EUC-JP | 豫??宜?? | 1101000010101110001111110011111110110101101110010011111100111111 | d0ae3f3fb5b93f3f |
UTF-8 | 豫뗭옓宜방끽 | 111010001011000110101011111010111001011110101101111011001001100010010011111001011010111010011100111010111011000010101001111010111000000110111101 | e8b1abeb97adec9893e5ae9cebb0a9eb81bd |
UHC | 豫뗭옓宜방끽 | 111001111110001110001011111011001001111010011001111010111111000110111001111001101011001110100011 | e7e38bec9e99ebf1b9e6b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)