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 | ì²iLhì²iL | 1110110010001110101100100110100101001100011010001110110010001110101100100110100101001100 | ec8eb2694c68ec8eb2694c |
SJIS-WIN | ???iLh???iL | 0011111100111111001111110110100101001100011010000011111100111111001111110110100101001100 | 3f3f3f694c683f3f3f694c |
EUC-JP | ì??iLhì??iL | 100011111010101111000000001111110011111101101001010011000110100010001111101010111100000000111111001111110110100101001100 | 8fabc03f3f694c688fabc03f3f694c |
UTF-8 | ì²iLhì²iL | 1100001110101100110000101000111011000010101100100110100101001100011010001100001110101100110000101000111011000010101100100110100101001100 | c3acc28ec2b2694c68c3acc28ec2b2694c |
UHC | ??²iLh??²iL | 00111111001111111010100111110111011010010100110001101000001111110011111110101001111101110110100101001100 | 3f3fa9f7694c683f3fa9f7694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)