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 | ???半^ | 001111110011111100111111100101001011110001011110 | 3f3f3f94bc5e |
EUC-JP | ???半^ | 001111110011111100111111110010001011111001011110 | 3f3f3fc8be5e |
UTF-8 | 諒푿諒半^ | 11101111101001011011110111101101100100011011111111101111101001011011110111100101100011011000101001011110 | efa5bded91bfefa5bde58d8a5e |
UHC | 諒푿諒半^ | 111001011101001011000111101011011110010111010010110110101110001001011110 | e5d2c7ade5d2dae25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)