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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?籬憺 | 0011111111100010110111111001110011101001 | 3fe2df9ce9 |
EUC-JP | ?籬憺 | 0011111111100100111000011101100011101011 | 3fe4e1d8eb |
UTF-8 | 뤒籬憺 | 111010111010010010010010111001111011000110101100111001101000011010111010 | eba492e7b1ace686ba |
UHC | 뤒籬憺 | 100011111100001011010111111001101101001110111100 | 8fc2d7e6d3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)