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 | 粧蒡粧蒡^ | 100011111100111111100100111011101000111111001111111001001110111001011110 | 8fcfe4ee8fcfe4ee5e |
EUC-JP | 粧蒡粧蒡^ | 101111101101000111101000111100001011111011010001111010001111000001011110 | bed1e8f0bed1e8f05e |
UTF-8 | 粧蒡粧蒡^ | 11100111101100101010011111101000100100101010000111100111101100101010011111101000100100101010000101011110 | e7b2a7e892a1e7b2a7e892a15e |
UHC | 粧蒡粧蒡^ | 111011011111001011011011101111001110110111110010110110111011110001011110 | edf2dbbcedf2dbbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)