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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 癲⑥?誼?] | 111000011001111110000111010001010011111110001011011000100011111101011101 | e19f87453f8b623f5d |
EUC-JP | 癲??誼?] | 1110001010100001001111110011111110110101110000110011111101011101 | e2a13f3fb5c33f5d |
UTF-8 | 癲⑥럥誼덾] | 11100111100110011011001011100010100100011010010111101011100111111010010111101000101010101011110011101011100011011011111001011101 | e799b2e291a5eb9fa5e8aabceb8dbe5d |
UHC | 癲⑥럥誼덾] | 1110111110100110101010001110110010001110100010001110101111111110100010010101000101011101 | efa6a8ec8e88ebfe89515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)