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 | ??L | 001111110011111101001100 | 3f3f4c |
SJIS-WIN | 丹辿L | 1001001001001111100100100100100001001100 | 924f92484c |
EUC-JP | 丹辿L | 1100001110110000110000111010100101001100 | c3b0c3a94c |
UTF-8 | 丹辿L | 11100100101110001011100111101000101111101011111101001100 | e4b8b9e8bebf4c |
UHC | 丹?L | 11010011101000010011111101001100 | d3a13f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)