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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邑?邑?^ | 10010111010101110011111110010111010101110011111101011110 | 97573f97573f5e |
EUC-JP | 邑?邑?^ | 11001101101110000011111111001101101110000011111101011110 | cdb83fcdb83f5e |
UTF-8 | 邑뒷邑뒬^ | 11101001100000101001000111101011100100101011011111101001100000101001000111101011100100101010110001011110 | e98291eb92b7e98291eb92ac5e |
UHC | 邑뒷邑뒬^ | 111010111110100110110101110111101110101111101001101101011101110001011110 | ebe9b5deebe9b5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)