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 | ?賂??甑? | 0011111110011000010001110011111100111111100011011001100100111111 | 3f98473f3f8d993f |
EUC-JP | 鋌賂??甑? | 10001111111001001011101111001111101010000011111100111111101110011111100100111111 | 8fe4bbcfa83f3fb9f93f |
UTF-8 | 鋌賂렰렡甑렏 | 111010011000101110001100111010001011001110000010111010111010000010110000111010111010000010100001111001111001010010010001111010111010000010001111 | e98b8ce8b382eba0b0eba0a1e79491eba08f |
UHC | 鋌賂렰렡甑렏 | 111011111111101111010110111100011000111010111101100011101011001011110001111101111000111010100101 | effbd6f18ebd8eb2f1f78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)