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 | ??????d^ | 0011111100111111001111110011111100111111001111110110010001011110 | 3f3f3f3f3f3f645e |
SJIS-WIN | 褥ν????d^ | 11100101111100011000001111001011001111110011111100111111001111110110010001011110 | e5f183cb3f3f3f3f645e |
EUC-JP | 褥ν????d^ | 11101010111100111010011011001101001111110011111100111111001111110110010001011110 | eaf3a6cd3f3f3f3f645e |
UTF-8 | 褥ν씗溜곕젨d^ | 11101000101001001010010111001110101111011110110010010100100101111110111110100111100010111110101010110011100101011110110010100000101010000110010001011110 | e8a4a5cebdec9497efa78beab395eca0a8645e |
UHC | 褥ν씗溜곕젨d^ | 1110100110110011101001011110110110011101101011001110101011111110101100001110101110100000101000000110010001011110 | e9b3a5ed9daceafeb0eba0a0645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)