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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遘ァ逋圭 | 11100111101001111010011111100111100110011000110001011100 | e7a7a7e7998c5c |
EUC-JP | 遘ァ逋圭 | 1110111010101001100011101010011111101101111110011011011110111101 | eea98ea7edf9b7bd |
UTF-8 | 遘ァ逋圭 | 111010011000000110011000111011111011110110100111111010011000000010001011111001011001110010101101 | e98198efbda7e9808be59cad |
UHC | ??逋圭 | 001111110011111111111000111001111101000010100100 | 3f3ff8e7d0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)