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 | 偃??唯 | 100110001110111000111111001111111001011101000010 | 98ee3f3f9742 |
EUC-JP | 偃??唯 | 110100001111000000111111001111111100110110100011 | d0f03f3fcda3 |
UTF-8 | 偃랃퐣唯 | 111001011000000110000011111010111001111010000011111011011001000010100011111001011001010010101111 | e58183eb9e83ed90a3e594af |
UHC | 偃랃퐣唯 | 1110010111100111100011011110111110111101100011001110101011100110 | e5e78defbd8ceae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)