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 | ??????NV | 0011111100111111001111110011111100111111001111110100111001010110 | 3f3f3f3f3f3f4e56 |
SJIS-WIN | ??∮??ぢNV | 00111111001111111000011110010011001111110011111110000010110000000100111001010110 | 3f3f87933f3f82c04e56 |
EUC-JP | ?????ぢNV | 001111110011111100111111001111110011111110100100110000100100111001010110 | 3f3f3f3f3fa4c24e56 |
UTF-8 | 룶츕∮룶卽ぢNV | 1110101110100011101101101110110010111000100101011110001010001000101011101110101110100011101101101110010110001101101111011110001110000001101000100100111001010110 | eba3b6ecb895e288aeeba3b6e58dbde381a24e56 |
UHC | 룶츕∮룶卽ぢNV | 1000111110101011101011101000111110100010101100011000111110101011111100011110110110101010110000100100111001010110 | 8fabae8fa2b18fabf1edaac24e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)